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