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