mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-04-25 21:22:40 +00:00
5 lines
307 B
TypeScript
5 lines
307 B
TypeScript
import * as fs from 'fs';
|
|
import type { TranscriptData } from './types.js';
|
|
export declare function parseTranscript(transcriptPath: string): Promise<TranscriptData>;
|
|
export declare function _setCreateReadStreamForTests(impl: typeof fs.createReadStream | null): void;
|
|
//# sourceMappingURL=transcript.d.ts.map
|