/** * Verify commands: set, show, run, clear * * Machine-checkable done criteria — attach shell commands to tasks. */ import { Effect } from "effect"; import { VerifyService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const verify: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=verify.d.ts.map