import type { OpenClawRecord } from './types.js'; export interface OpenClawParseStats { linesTotal: number; linesParsed: number; linesSkipped: number; bytesRead: number; } export declare function streamOpenClawRecords(filePath: string, stats: OpenClawParseStats): AsyncGenerator; //# sourceMappingURL=parser.d.ts.map