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