declare const _default: { config: { title: string; description: string; controller: string; tags: string[]; }; routes: { method: string; path: string; roles: never[]; handler: string; middlewares: never[]; config: { title: string; description: string; response: { 200: { $ref: string; }; }; }; }[]; }; export default _default; //# sourceMappingURL=routes.d.ts.map