import { AxiosError } from 'axios'; export declare function extractAxiosErrorMessage(err: AxiosError): string; export declare function isHexString(string: string): boolean;