import type { CliRunResult } from "./bearshell.js"; export declare function goLockBlocker(kind: "active" | "recoverable" | "recovery-claim" | "unsafe"): CliRunResult; export declare function runGoRecovery(projectDir: string, onBeforeClear: (() => void) | undefined): CliRunResult;