/**
 * Startup Command - Comprehensive orientation and capability activation
 */
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
    args: string[];
    flags: Record<string, any>;
}
export declare const startupCommand: Command;
//# sourceMappingURL=startup.d.ts.map