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