/** * Doc commands: doc add, doc edit, doc show, doc list, doc rm, * doc lock, doc version, doc link, doc attach, doc patch, * doc validate, doc drift, doc lint-ears */ import { Effect } from "effect"; import { DocService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; /** Dispatch doc subcommands. */ export declare const doc: (pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=doc.d.ts.map