export declare const routes: { type: string; routes: { method: string; path: string; handler: string; config: { policies: (string | { name: string; config: { actions: string[]; }; })[]; }; }[]; }; //# sourceMappingURL=view-configuration.d.ts.map