import type { BrandApiClientOptions } from "../api/client.js"; import type { SyncContext } from "../../sync/index.js"; /** Build the Brand Management API client for the context's environment. */ export declare const resolveBrandClient: (ctx: SyncContext) => BrandApiClientOptions;