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