/** * CLI commands for tx pin — Context Pins * * CRUD for named content blocks synced to agent context files. */ import { Effect } from "effect"; import { PinService } from "@jamesaphoenix/tx"; type Flags = Record; export declare const pin: (pos: string[], flags: Flags) => Effect.Effect; export {}; //# sourceMappingURL=pin.d.ts.map