import { AxiosError } from "axios";
import { SetuResponseBase, SetuUPIDeepLinkParams } from "./types";
export declare const setuErrorHandler: (error: AxiosError<SetuResponseBase<unknown>>) => Promise<never>;
export declare const getAxiosInstance: (params: SetuUPIDeepLinkParams) => import("axios").AxiosInstance;
