export interface TraceDirEntry { sessionId: string; tracePath: string; mtimeMs: number; exists: boolean; } export declare function listTraces(): Promise; export declare function resolveLatestSession(): Promise;