/** * Label commands: add, remove, assign, unassign, list * * Ready queue scoping — filter tasks by labels. */ import { Effect } from "effect"; import { LabelRepository } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const label: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=label.d.ts.map