import { type BootstrapWriteBoundary } from "../io/bootstrap-write-boundary.js"; import type { CliRunResult } from "./bearshell.js"; export declare function runAndRecord(actions: string[], step: string, result: CliRunResult, successMessage: string): CliRunResult | undefined; export declare function writeBackendAgentInstructions(bootstrapWriteBoundary: BootstrapWriteBoundary, skipped: string[], force: boolean, includeMultiAgentRelayGuidance: boolean): string | undefined; export declare function initializeWorkflowLifecycleStates(projectDir: string, actions: string[]): CliRunResult | undefined; export declare function bootstrapWriteBoundaryFailure(): CliRunResult; export declare function reserveBootstrapWriteBoundaryFor(projectDir: string): BootstrapWriteBoundary | undefined;