export declare const routes: { admin: { type: string; routes: { method: string; path: string; handler: string; config: { policies: (string | { name: string; config: { actions: string[]; }; })[]; }; }[]; }; 'content-api': { type: string; routes: { method: string; path: string; handler: string; }[]; }; };