export declare function isTypeSupported(mimeType: string): Promise; export declare function decode(blob: Blob | File, mimeType: string): Promise;