import type { OpenAPIV3 } from 'openapi-types'; export declare function isReferenceObject(obj: unknown): obj is OpenAPIV3.ReferenceObject; /** Binary file content (`format: binary`) has no field type in this release (issue #485). */ export declare function isBinarySchema(schema: unknown): boolean; //# sourceMappingURL=openapi-utils.d.ts.map