/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * Corpus operator tools — the `run()`-style modules behind `mailwoman corpus …` commands. No argv, * no `process.exit`: commands own parsing, rendering, and exit codes (see the 2026-07-09 * scripts→Pastel spec). */ export * from "./align-shard.ts"; export * from "./audit.ts"; export * from "./corpus-stats.ts"; export * from "./ingest-csv.ts"; export * from "./overlay-manifest.ts"; export * from "./fetch/download.ts"; export * from "./fetch/index.ts"; export * from "./golden-expand.ts"; export * from "./golden-promote.ts"; export * from "./golden-relabel-street.ts"; export * from "./jsonl-to-parquet.ts"; export * from "./lint-shard.ts"; export * from "./lint-shard-vocab.ts"; export * from "./shard-kryptonite.ts"; export * from "./overture-subvenue.ts"; export * from "./sub-venue-lexicon.ts"; export * from "./sub-venue-promotions.ts"; export * from "./shard-translit.ts"; //# sourceMappingURL=index.d.ts.map