import type { HasInstanceId, HasLens } from '../../../../libs/util-domain-state'; import type { AccountDomainState } from '../account-domain.types'; export declare const createPaymentMethodsDataSourceAsyncBuilder: (options: HasInstanceId & HasLens) => import("../../../cargo-hold-async/async.builder.types").WithActionKey<"account:instance:paymentMethods:data.async"> & import("../../../cargo-hold-async/async.builder.types").WithLensInstance, import("../../../cargo-hold-entity").EntityState, string, GlobalState> & import("../../../cargo-hold-async/async.builder.types").WithMetadata<{ instanceId: string; }> & import("../../../cargo-hold-async/async.builder.types").WithMapOnFailure; export declare const createPaymentMethodDataAsyncBuilder: (options: HasInstanceId & HasLens & { id: number | string; }) => import("../../../cargo-hold-async/async.builder.types").WithActionKey<"account:instance:paymentMethods:data.async"> & import("../../../cargo-hold-async/async.builder.types").WithLensInstance & import("../../../cargo-hold-async/async.builder.types").WithMetadata<{ id: string | number; instanceId: string; }> & import("../../../cargo-hold-async/async.builder.types").WithMapOnFailure;