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