import { Command } from "commander"; /** * `scai provision deploy build-config` — write/update `xmcloud.build.json`, the * XM Cloud Deploy build manifest. Pure file op (no API call): adds or updates a * rendering-host entry and merges into any existing file. */ export declare const createDeployBuildConfigCommand: () => Command;