export default class MediaConverter { convert(file: File, { outputName, maxWidth, maxHeight, maxSize, onProgress, onLog }: { outputName: string; onProgress?: (x: any) => any; onLog?: (x: any) => any; maxWidth?: number; maxHeight?: number; maxSize?: number; }): Promise; } //# sourceMappingURL=MediaConverter.d.ts.map