///
export declare const VideoDecoderProperties: {
getWidevineLevel(): Promise;
isCodecSupported(mimeType: string, _width: number, _height: number): Promise<'unsupported' | 'hardware' | 'software'>;
isHEVCSupported(): Promise<'unsupported' | 'hardware' | 'software'>;
};