import { TBinary } from '../types'; export declare function encode(buffer: TBinary): string; export declare function decode(message: string): Uint8Array;