export declare function scopeRoot(scope: string): string; /** v4 single source of truth for a scope. */ export declare function sprintJsonPath(scope: string): string; export declare function archiveDir(scope: string): string; /** * Sibling of `scopes/`, never a child of it (v4). A trace writer must never be able to create a * directory under ARTIFACT_ROOT that scope discovery (listScopeFolders) could mistake for a scope. */ export declare function traceDir(scope: string): string; export declare function traceEventsPath(scope: string): string; /** * The trace location used through 4.47.0 (child of `scopes/{scope}/`). Writers never use this again * — it exists only so the trace reader can still surface history recorded before the trace root * moved. Never write here; do not resurrect this as the active trace path. */ export declare function legacyTraceEventsPath(scope: string): string; export declare function projectStatePath(): string; //# sourceMappingURL=paths.d.ts.map