import type { HasInstanceId, HasLens } from '../../../../libs/util-domain-state'; import type { AccountDomainState } from '../account-domain.types'; export declare const createAccountDataSourceAsyncBuilder: (options: HasInstanceId & HasLens) => import("../../../cargo-hold-async/async.builder.types").WithActionKey<"account:instance:account.async"> & import("../../../cargo-hold-async/async.builder.types").WithLensInstance & import("../../../cargo-hold-async/async.builder.types").WithMetadata<{ instanceId: string; }> & import("../../../cargo-hold-async/async.builder.types").WithMapOnFailure;