import { AuthUser } from "../auth/auth-user.js"; import { Bootstrapper } from "./bootstrapper.js"; export declare const bootstrap: (bootstrappers: Bootstrapper[], { user }?: BoostrapOptions) => Promise; interface BoostrapOptions { user?: AuthUser; } export {}; //# sourceMappingURL=bootstrap.service.d.ts.map