export type MseDecoderStatusType = 'Initializing' | 'Decoding' | 'Error';
export declare enum MseDecoderStatus {
    Initializing = 1,
    Decoding = 2,
    Error = 3
}
