declare const resizeSchema: { querystring: { type: string; properties: { filepath: { type: string; }; quality: { type: string; exclusiveMinimum: number; maximum: number; }; size: { type: string; pattern: string; }; w: { type: string; minimum: number; maximum: number; }; h: { type: string; minimum: number; maximum: number; }; }; }; }; declare const exportSchema: { querystring: { type: string; properties: { limit: { type: string; minimum: number; }; batchLimit: { type: string; minimum: number; }; page: { type: string; minimum: number; }; key: { type: string; pattern: string; }; }; }; }; declare const _default: null; export default _default; export { resizeSchema, exportSchema }; //# sourceMappingURL=schema.d.ts.map