#!/usr/bin/env node
/**
 * Unified entry point for legal-md distribution binary.
 *
 * Routes to subcommands when called with a known first argument,
 * otherwise delegates to the standard CLI.
 *
 * Usage:
 *   legal-md [options] [input] [output]  - standard processing CLI
 *   legal-md ui                          - interactive UI mode
 *   legal-md playground                  - local web playground
 */
export {};
//# sourceMappingURL=main.d.ts.map