/** * md-export command: Materialize tasks to a markdown file for file-based agent loops */ import { Effect } from "effect"; import { TaskService, ReadyService, LearningService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const mdExport: (_pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=md-export.d.ts.map