rk
2026-05-22 552238172036acf08ccf36134282a06b5e21b936
1
2
3
export declare function hex2b64(h: string): string;
export declare function b64tohex(s: string): string;
export declare function b64toBA(s: string): number[];