import type { ActiveRun } from "./types.ts"; export declare function kdDir(cwd: string): string; export declare function activeRunPath(cwd: string): string; export declare function runsDir(cwd: string): string; export declare function runRoot(cwd: string, run: ActiveRun): string; export declare function runStatePath(cwd: string, runOrId: ActiveRun | string): string; export declare function runArtifactPath(cwd: string, run: ActiveRun, artifactName: string): string; export declare function runLedgerPath(cwd: string, run: ActiveRun): string;