/** * Noah — CLI Runner * * The main entry point for running Noah CLI commands. * Handles setup and version commands. * * Usage: * npx noah setup [--openclaw-home ~/.openclaw] [--model anthropic/claude-haiku-4-5] * npx noah version * npx noah help */ export declare function run(argv?: string[]): Promise; //# sourceMappingURL=runner.d.ts.map