/** * The main function for decoding video. Deals with the polyfill cases first, * then calls our decodeVideo. * * @param src * @param emitFrame * @param debug * @returns {Promise|Promise} */ declare const _default: (src: string, emitFrame: (frame: ImageBitmap) => void, debug?: boolean) => Promise; export default _default;