import { TServiceParams } from "@digital-alchemy/core"; import { ObjectBuilderOptions } from "../../helpers"; export declare function ObjectBuilder, CANCEL extends unknown = never>({ terminal, internal, config }: TServiceParams): (options: ObjectBuilderOptions) => Promise;