export declare const B64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; export declare const B64RE: RegExp; export declare const _fromCC: (...codes: number[]) => string;