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