import { OpenApiSpecSpecificProps } from "./openapi-spec-mappings.js";
import { OpenAPISchema3_1 } from "./types.js";
export declare const applyEncoding: OpenApiSpecSpecificProps["applyEncoding"];
export declare const getRawBinarySchema: (contentType?: string) => OpenAPISchema3_1;
export declare const isRawBinarySchema: (schema: OpenAPISchema3_1) => boolean;
//# sourceMappingURL=openapi-helpers-3-1.d.ts.map