import { AxiosRequestConfig } from 'axios'; export declare function getIDESettings(options?: AxiosRequestConfig): Promise; export declare function getForceUpdateConfig(appType: 'microapp' | 'microgame'): Promise<{ date: any; updateVersion: any; }>; export declare function isCliNeedForceUpdate(appType: 'microapp' | 'microgame'): Promise;