import type { CliRunResult } from "./bearshell.js"; import { type BackendBootstrapFlags } from "./bootstrap-contract.js"; export declare function backendBootstrapSuccess(flags: BackendBootstrapFlags, actions: readonly string[], skipped: readonly string[]): CliRunResult;