declare const QueryArgsSchema: { type: string; properties: { page: { type: string; }; perPage: { type: string; }; orderDirection: { type: string; enum: string[]; }; order: { type: string; }; }; }; export default QueryArgsSchema; //# sourceMappingURL=QueryArgs.schema.d.ts.map