/** * base64 解密 */ export declare function base64Decode(text: string): string; export declare function base64ToUint8Array(string: string): Uint8Array; export declare const list: string[]; export declare const map: Record;