export declare class RecognitionProgressEvent {
    static readonly type = "RecognitionProgress";
    recognized: string;
    isEos: boolean;
}
