export declare const createRequestConfig: (url: string, options?: any) => Promise<any>;
export declare const requestAPI: (url: string, options?: any, json?: boolean) => Promise<import("axios").AxiosResponse<any, any, {}>>;
export declare const requestRaw: (url: string, options?: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
