import { AxiosRequestConfig, AxiosResponse } from "axios"; export declare type RequestConfig = AxiosRequestConfig; export declare type ProxyResponse = AxiosResponse; export declare type ContentstackEndpoints = { APP: string; CMA: string; DEVELOPER_HUB: string; [key: string]: string; }; //# sourceMappingURL=api.type.d.ts.map