/** * Platform sync commands: claude, codex * * One-way push of tx tasks to external agent task systems. * Writes directly to the target platform's on-disk task format. */ import { Effect } from "effect"; import { TaskService } from "@jamesaphoenix/tx"; import { type Flags } from "../utils/parse.js"; export declare const syncClaude: (_pos: string[], flags: Flags) => Effect.Effect; export declare const syncCodex: (_pos: string[], _flags: Flags) => Effect.Effect; //# sourceMappingURL=sync-platform.d.ts.map