import type { EntityState } from '../../../../libs/cargo-hold-entity'; import type { HasInstanceId, HasLens } from '../../../../libs/util-domain-state'; import type { AccountDomainState } from '../account-domain.types'; import type { OrderDataState } from './orders-data-source.types'; export declare const createOrdersDataSourceAsyncBuilder: (options: HasInstanceId & HasLens) => import("../../../cargo-hold-async/async.builder.types").WithFailureType & import("../../../cargo-hold-async/async.builder.types").WithIdleType> & import("../../../cargo-hold-async/async.builder.types").WithSuccessType> & import("../../../cargo-hold-async/async.builder.types").WithActionKey<"account:instance:paymentMethods:data.async"> & import("../../../cargo-hold-async/async.builder.types").WithLensInstance, EntityState, string, GlobalState> & import("../../../cargo-hold-async/async.builder.types").WithMetadata<{ instanceId: string; }> & import("../../../cargo-hold-async/async.builder.types").WithMapOnFailure; export declare const createOrderDataAsyncBuilder: (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;