/*** Define deterministic review-artifact generation without remote side effects. */ export declare const generate: { readonly standaloneName: "generate"; readonly path: readonly ["generate"]; readonly capability: "infra.generate"; readonly summary: "Generate deterministic review artifacts without remote side effects."; readonly run: (request: import("../../types/infraCli.js").InfraCommandRunRequest, services: import("../index.js").InfraCommandServices) => Promise<{ exitCode: number; }>; }; //# sourceMappingURL=generate.d.ts.map