#!/usr/bin/env node /** * CLI entry point for ai-eng-system * * Dispatcher that routes to subcommands defined in commands/*.ts. */ declare function main(): Promise; export { main as runMain };