import { IWebPFrame } from '../interfaces'; export default function toWebM(frames: IWebPFrame[], outputAsArray?: boolean): Blob | Uint8Array;