import type { ActiveRun } from "./types.ts"; export declare function flagshipWriteBlockReason(run: ActiveRun | undefined, path: string | undefined, cwd?: string): string | undefined; export declare function planWriteBlockReason(cwd: string, run: ActiveRun | undefined, path: string | undefined, plan: string): string | undefined; export declare function flagshipPlanBlockReason(cwd: string, run: ActiveRun | undefined, plan: string): string | undefined; export declare function isSourceLikePath(path: string): boolean;