//#region src/cli/cli.d.ts /** * CLI program setup using Commander.js * * See: research-modern-typescript-cli-patterns.md */ /** * Run the CLI. This is the main entry point. */ declare function runCli(): Promise; //#endregion export { runCli }; //# sourceMappingURL=cli.d.mts.map