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