import { AccountConfigType, AccountDataType, WebUserSettingType } from '../types';
export declare function getWebUserSettingsRequest(accountData: AccountDataType, accountConfig: AccountConfigType): Promise<WebUserSettingType>;
//# sourceMappingURL=getWebUserSettingsRequest.d.ts.map