export declare const isHexValidCharacters: (str: string) => RegExpMatchArray | null; export declare const isHexValidLength: (str: string) => boolean;