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