import type { AnyBody } from '../types/AnyBody'; import type { AnyHeaders } from '../types/AnyHeaders'; import type { AnyParams } from '../types/AnyParams'; import type { AnyQuery } from '../types/AnyQuery'; import type { AnyStatus } from '../types/AnyStatus'; import type { HttpApiSchemas } from '../types/HttpApiSchemas'; export declare const makeApiSchemas: (schemas: HttpApiSchemas) => HttpApiSchemas; //# sourceMappingURL=make-api-schemas.d.ts.map