import type { Strapi } from '@strapi/types';
export declare const bootstrap: ({ strapi }: {
    strapi: Strapi;
}) => Promise<void>;
