/// type DataInput = Parameters<(typeof Buffer)['from']>[0]; export declare function encode(string: DataInput): string; export declare function decode(string: DataInput): string; export {};