declare const routes: { "content-api": { type: string; routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; admin: { type: string; routes: { method: string; path: string; handler: string; config: { policies: any[]; }; }[]; }; }; export default routes;