import { AxiosResponse } from 'axios'; import { AlBaseError } from '../errors'; export declare function normalizeError(error: AxiosResponse | AlBaseError | string | any): AlBaseError;