/** * Gate commands: create, approve, revoke, check, status, list, rm * * Human-in-the-loop phase gates built on top of context pins. */ import { Effect } from "effect"; import { PinService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const gate: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=gate.d.ts.map