export declare function isHexChar(c: any): 0 | 1; export declare function hexChar2byte(c: any): number; export declare function hexStr2byteArray(str: any, strict?: boolean): any[];