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