import type { CliRunResult } from "./bearshell.js"; import { type PlanOptions } from "./plan.js"; export declare function runNextCommand(options?: PlanOptions): CliRunResult; export declare function runResumeCommand(options?: PlanOptions & { readonly full?: boolean; }): CliRunResult;