import { type Operation } from "effection"; /** * CLI command wrapper for CESR annotation. * * This keeps `tufa annotate` aligned with the lower-level CESR annotator while * handling runtime-specific stdin/stdout and optional terminal colorization. */ export declare function annotateCommand(args: Record): Operation; //# sourceMappingURL=annotate.d.ts.map