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