import type { Strapi } from '@strapi/strapi'; export default function bootstrap({ strapi }: { strapi: Strapi; }): void;