export declare class Base64Helper { static getMimeType(base64: string): string; static getBase64Data(base64: string): string; }