/**
 * Demo Command
 * Consolidated demos for KYA-OS CLI features
 */
import { Command } from "commander";
/**
 * Create the demo command
 */
export declare function createDemoCommand(): Command;
//# sourceMappingURL=demo.d.ts.map