import { HeaderBag } from "@smithy/types";
export declare const hasHeaderWithPrefix: (
  headerPrefix: string,
  headers: HeaderBag
) => boolean;
