export declare class Base64Utils { static stringToBase64(text: string): string; static base64ToString(text: string): string; }