export declare function encode(data: Uint8Array): string;
export declare function decode(str: string): Uint8Array;
