import type { BootstrapOptions, HushContext } from '../types.js'; export declare function bootstrapCommand(ctx: HushContext, options: BootstrapOptions): Promise; //# sourceMappingURL=bootstrap.d.ts.map