import { ID } from '../../commonStateTypes/common'; import { SubscriptionPaymentAccount, SubscriptionPaymentAccountState } from './subscriptionPaymentAccountState'; export declare function getSubscriptionPaymentAccountsByAccountIds(subscriptionPaymentAccountState: SubscriptionPaymentAccountState, accountIds: ID[]): SubscriptionPaymentAccount[]; export declare function getSubscriptionPaymentAccountByAccountId(subscriptionPaymentAccountState: SubscriptionPaymentAccountState, accountId: ID): SubscriptionPaymentAccount | undefined;