import { TranscriptEvent } from "./plugin/TranscriberPlugin";
export declare class PromptTranscriptionBuilder {
    private static readonly EMPTY_TRANSCRIPTION;
    private transcriptions;
    add(event: TranscriptEvent): void;
    clear(): void;
    merge(): string;
}
