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