/** * `scai provision deploy site` — read-only discovery of SXA sites in a CM * environment via the Authoring GraphQL API. * * Sibling of `deploy editing-host` (which talks to the Deploy API). * Uses the same env profile + auth as `scai provision recipe push`. */ import { Command } from "commander"; export declare const createDeploySiteCommand: () => Command;