import { DocgenArtifactInventory } from "../../DocgenRunContext.js"; import { ReviewGateResult } from "../ReviewTypes.js"; export type PlaceholderArtifactType = "placeholder" | "template_artifact"; export interface PlaceholderArtifactGateInput { artifacts: DocgenArtifactInventory; allowlist?: string[]; denylist?: string[]; } export declare const runPlaceholderArtifactGate: (input: PlaceholderArtifactGateInput) => Promise; //# sourceMappingURL=PlaceholderArtifactGate.d.ts.map