export declare const RALPH_RUNTIME_DIRNAME = ".ralph-teams"; export declare function getRalphRuntimeDir(projectRoot: string): string; export declare function getRalphProgressPath(projectRoot: string): string; export declare function getRalphPlansDir(projectRoot: string): string; export declare function getRalphLogsDir(projectRoot: string): string; export declare function getRalphWorktreesDir(projectRoot: string): string; export declare function getRalphStatePath(projectRoot: string): string; //# sourceMappingURL=runtime-paths.d.ts.map