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