export declare const convertAsync: (base64: string) => Promise; export declare const decodeImageAsync: (contents: Uint8Array) => Promise;