export declare function encode(data: ArrayLike): Uint8Array; export declare function decode(data: ArrayLike): Uint8Array;