/*** Define the ordered side-effect-free infrastructure planning command. */ export declare const plan: { readonly standaloneName: "plan"; readonly path: readonly ["plan"]; readonly capability: "infra.plan"; readonly summary: "Print an ordered side-effect-free infrastructure plan."; readonly run: (request: import("../../types/infraCli.js").InfraCommandRunRequest, services: import("../index.js").InfraCommandServices) => Promise<{ exitCode: number; }>; }; //# sourceMappingURL=plan.d.ts.map