import { RequestParams } from '../../util/request'; import { RegionControllerGetRegionsData, SettingControllerGetSettingByKeyData, SettingControllerGetSettingsData } from './data-contracts'; export declare function appControllerGetRuntimes(configParams?: RequestParams): Promise; export declare function regionControllerGetRegions(configParams?: RequestParams): Promise; export declare function settingControllerGetSettings(configParams?: RequestParams): Promise; export declare function settingControllerGetSettingByKey(key: string, configParams?: RequestParams): Promise; //# sourceMappingURL=public.d.ts.map