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