export declare const MAX_TRANSCRIPT_TAIL_BYTES = 4096; export declare function appendTranscriptTail(current: string, chunk: string): string;