import { Command } from "commander"; /** * `scai provision sites` — XM Cloud Sites API operations. Today this * surfaces environment-level **language** management (list / add / remove); * site CRUD continues to run through the recipe push pipeline. */ export declare const createSitesCommand: () => Command;