import type { CliRunResult } from "./bearshell.js"; import { type BackendBootstrapFlags, type BootstrapOptions } from "./bootstrap-contract.js"; export declare function runBackendBootstrap(options: BootstrapOptions, flags: BackendBootstrapFlags): CliRunResult;