export function encode(uint8: Uint8Array): string;
export function decode(b64: string): Uint8Array;
