declare const _default: () => { bootstrap: ({ strapi }: { strapi: import("@strapi/types/dist/core/strapi.js").Strapi; }) => Promise; config: { default: { dsn: null; sendMetadata: true; init: {}; }; validator(): void; }; services: { sentry: ({ strapi }: { strapi: import("@strapi/types/dist/core/strapi.js").Strapi; }) => { init(): /*elided*/ any; getInstance(): typeof import("@sentry/node") | null; sendError(error: Error, configureScope?: (scope: import("@sentry/core").Scope) => void): void; }; }; }; export default _default; //# sourceMappingURL=index.d.ts.map