export declare const WRFC_GATE_TIMEOUT_MS = 120000; export declare function loadPackageScripts(cwd: string): Promise>; export declare function getSkippedGateReason(gateName: string, cwd: string, pkgScripts: Record): string | null; export declare function executeGateCommand(command: string, cwd?: string): Promise<{ passed: boolean; output: string; }>; //# sourceMappingURL=wrfc-gates.d.ts.map