export default function bootstrap({ skipAdminInit }: {
    skipAdminInit?: boolean;
}): Promise<void>;
