import type { CliRunResult } from "./bearshell.js"; import { type BootstrapOptions } from "./bootstrap-contract.js"; export { BOOTSTRAP_TRANSACTION_OUTPUT_MANIFEST, bootstrapUsage } from "./bootstrap-contract.js"; export declare function runBootstrapCommand(args: readonly string[], options?: BootstrapOptions, invocationName?: string): CliRunResult;