import type { CloudConfig, DeploymentPlan } from "../types.js"; export declare function buildDeploymentPlan(config: CloudConfig): DeploymentPlan;