import { type CampaignApiClientOptions } from "../api/types.js"; import type { SyncContext } from "../../sync/index.js"; /** Build the Orchestrate API client for the context's environment. */ export declare const resolveCampaignClient: (ctx: SyncContext) => Promise;