export declare const detectMimeType: (base64String: string) => string; export declare const getDataUrl: (base64String: string) => string;