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