import { AccountConfigType, AccountDataType, GetAccountStateOptionsType } from '../types';
export declare function getAccountStateRequest(accountData: AccountDataType, accountConfig: AccountConfigType, config: GetAccountStateOptionsType): Promise<any[]>;
//# sourceMappingURL=getAccountStateRequest.d.ts.map