export interface JsonlFile { absPath: string; relPath: string; sizeBytes: number; projectDir: string; isSubagent: boolean; } export declare function defaultClaudeProjectsRoot(): string; export declare function walkJsonlFiles(root?: string): AsyncGenerator; //# sourceMappingURL=walker.d.ts.map