import { Effect } from "effect"; import { CompactionService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; /** * tx compact - Compact completed tasks and export learnings */ export declare const compact: (pos: string[], flags: Flags) => Effect.Effect; /** * tx history - View compaction history */ export declare const history: (_pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=compact.d.ts.map