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