export declare function isHexString(value: string, length?: number): boolean;
export declare function validateHexString(value: string): boolean;
