import type { Core } from '@strapi/strapi'; declare const bootstrap: (context: { strapi: Core.Strapi; }) => Promise; export default bootstrap;