import type { AnyActionReducer } from '../../../libs/cargo-hold'; import type { HasLens } from '../../../libs/util-domain-state'; import type { AccountDomainState } from './account-domain.types'; export declare const createAccountInstanceReducer: ({ lens, }: HasLens) => AnyActionReducer;