declare const _default: () => { register: () => void; bootstrap: () => void; destroy: () => void; config: { default: {}; }; controllers: { [key: string]: Object | Function; }; routes: ({ method: string; path: string; handler: string; config: { policies: never[]; auth: boolean; }; } | { method: string; path: string; handler: string; config: { policies: string[]; auth?: undefined; }; })[]; services: { entityAbstractService: ({ strapi }: any) => import("./types").EntityAbstractServiceType; }; contentTypes: {}; policies: {}; middlewares: {}; }; export = _default; //# sourceMappingURL=strapi-server.d.ts.map