import type { AccountDomainState } from '../../../libs/account-domain'; import type { Dispatch } from '../../../libs/cargo-hold'; import type { EntityId } from '../../../libs/cargo-hold-entity'; import type { AccountPaymentMethodsFacade } from './types'; export declare const makeGetAccountPaymentMethodsInstance: (dispatch: Dispatch, state: AccountDomainState) => (id?: EntityId | undefined) => AccountPaymentMethodsFacade;