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