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