import { DocgenArtifactInventory } from "../../DocgenRunContext.js"; import { ReviewGateResult } from "../ReviewTypes.js"; export interface PdrTechStackRationaleGateInput { artifacts: DocgenArtifactInventory; } export declare const runPdrTechStackRationaleGate: (input: PdrTechStackRationaleGateInput) => Promise; //# sourceMappingURL=PdrTechStackRationaleGate.d.ts.map