/// import { FFAVCDecoder } from './ffavc-decoder'; import { FFAVC } from './types'; export declare class FFAVCDecoderFactory { static module: FFAVC; createSoftwareDecoder(pag: EmscriptenModule): FFAVCDecoder | null; }