export declare function checkHex(n: string): boolean;
export declare function Hex2Bin(n: string): string;
