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