export declare const binary: { decode: (value: string) => string; encode: (value: string) => string; }; //# sourceMappingURL=binary.d.ts.map