import { H26xDecoder } from "./h26x.js"; import type { CodecDecoderOptions } from "./type.js"; export declare class H264Decoder extends H26xDecoder { #private; constructor(decoder: VideoDecoder, updateSize: (width: number, height: number) => void, options?: CodecDecoderOptions); configure(data: Uint8Array): VideoDecoderConfig; } //# sourceMappingURL=h264.d.ts.map