import * as cli from './tools.cli.js'; export const runCli = async () => { await cli.run(); };