import { ReviewGateResult } from "../ReviewTypes.js"; export interface RfpConsentGateInput { rfpPath?: string; } export declare const runRfpConsentGate: (input: RfpConsentGateInput) => Promise; //# sourceMappingURL=RfpConsentGate.d.ts.map