import { Command } from "commander"; /** * `scai provision deploy env-file` — generate/update `.env.local` for a Content * SDK head app, looking up the Edge preview/live context ids (environment GET) * + editing secret from the Deploy API (no hand-pasting secrets). Merges into an * existing file. */ export declare const createDeployEnvFileCommand: () => Command;