export declare class Base64Utils { static base64EncodeChars: string; static base64DecodeChars: number[]; static base64encode(str: any): string; static base64decode(str: any): string; }