declare const _default: { bootstrap: () => void; register: ({ strapi }: { strapi: import("@strapi/types/dist/core").Strapi; }) => void; config: { default(): { contentTypes: {}; }; validator(config: import("./interfaces/interfaces").Config): Promise; }; controllers: { searchController: () => { search(ctx: import("./interfaces/interfaces").Context): Promise[] | import("./interfaces/interfaces").PaginatedModelResponse; }>; }; }; routes: { 'content-api': { type: string; routes: { method: string; path: string; handler: string; }[]; }; }; services: { settingsService: () => import("./services/settings-service").SettingsService; }; }; export default _default;