export declare const binary: { encode: (value: string) => string; decode: (value: string) => string; };