declare const routes: ({ method: string; path: string; handler: string; config: { policies: never[]; auth: boolean; }; } | { method: string; path: string; handler: string; config: { policies: string[]; auth?: undefined; }; })[]; export default routes; //# sourceMappingURL=index.d.ts.map