declare const _default: { config: { title: string; description: string; controller: string; tags: string[]; deprecated: boolean; version: boolean; enable: boolean; }; routes: ({ method: string; path: string; roles: never[]; handler: string; middlewares: string[]; config: { title: string; description: string; body: { $ref: string; }; response: { 200: { $ref: string; }; 202?: undefined; }; }; } | { method: string; path: string; roles: never[]; handler: string; middlewares: string[]; config: { title: string; description: string; response: { 200: { $ref: string; }; 202?: undefined; }; body?: undefined; }; } | { method: string; path: string; roles: never[]; handler: string; middlewares: never[]; config: { title: string; description: string; body: { $ref: string; }; response: { 200: { $ref: string; }; 202: { $ref: string; }; }; }; })[]; }; export default _default; //# sourceMappingURL=routes.d.ts.map