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