import { IAxiosParams } from "../types";
export declare const axiosInstance: import("axios").AxiosInstance;
export declare const getResponse: (data: IAxiosParams) => Promise<unknown>;
export declare const postResponse: (data: IAxiosParams) => Promise<unknown>;
