import type { ResolvedConfig } from "./config.ts"; /** * Fail if a workspace for `task` is already live (or its liveness can't be * verified) before reopening its worktree. Shared by `crew resume` and `crew * open`; `verb` names the action in the error so the guidance reads naturally. */ export declare function failIfWorkspaceAlreadyLive(config: ResolvedConfig, task: string, verb: "resuming" | "opening"): Promise; //# sourceMappingURL=workspaceLiveness.d.ts.map