import type { WorkflowGate } from "./types.js"; export declare const architectureApprovalGate: WorkflowGate; export declare const qaReleaseGate: WorkflowGate; export declare const riskReviewGate: WorkflowGate; export declare const releaseReadinessGate: WorkflowGate; export declare const memoryConsumptionGate: WorkflowGate; export declare const actionPolicyGate: WorkflowGate; export declare const visualValidationGate: WorkflowGate; export declare const workflowGates: Map; export declare function getWorkflowGate(gateId: string): WorkflowGate;