import { Command } from "commander";
/**
 * Build the `check` subcommand: runs the verification pipeline against
 * existing translations without writing anything and prints a report.
 * Exits non-zero when any issue is reported so CI can gate on it.
 * @returns the commander Command
 */
export default function buildCheckCommand(): Command;
