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