/*** Define exact-scope destruction behind environment and persistent-resource confirmation. */ export declare const destroy: { readonly standaloneName: "destroy"; readonly path: readonly ["destroy"]; readonly capability: "infra.destroy"; readonly summary: "Destroy exact owned resources behind explicit confirmation."; readonly run: (request: import("../../types/infraCli.js").InfraCommandRunRequest, services: import("../index.js").InfraCommandServices) => Promise<{ exitCode: number; }>; }; //# sourceMappingURL=destroy.d.ts.map