import { JSONSchema } from '../types'; declare const bodySchema: unique symbol; declare const querystringSchema: unique symbol; declare const paramsSchema: unique symbol; declare const responseSchema: unique symbol; declare const headersSchema: unique symbol; declare function cleanId(schema: JSONSchema): void; declare function removeCircularReferences(schema: JSONSchema): any; export { cleanId, removeCircularReferences, bodySchema, querystringSchema, paramsSchema, responseSchema, headersSchema }; //# sourceMappingURL=validator-utils.d.ts.map