/** * ArtemisKit CLI - Main entry point */ import { Command } from 'commander'; export declare function createCLI(): Command; //# sourceMappingURL=cli.d.ts.map