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