doum
2025-07-21 f655afbaae65c67c8a719a88d2d07501515339cd
1
2
3
export declare function hex2b64(h: string): string;
export declare function b64tohex(s: string): string;
export declare function b64toBA(s: string): number[];