import { AxiosError } from 'axios'; export declare function handle3rdPartyHttpError(error: AxiosError, apiCode: string): { errorCode: string; errorMessage: string; };