import { AxiosError } from 'axios'; export declare function hasErrorCode(error: AxiosError): error is AxiosError<{ errorCode: string; }, unknown>;