import type { CommandHandler, HandlerContext, HandlerResult } from './types.js'; export declare const COCKPIT_PACKAGE_NAME = "@aiwg/cockpit"; export declare function cockpitHome(): string; export declare function resolveCockpitInstall(home?: string): Promise<{ installed: boolean; version?: string; packageRoot: string; entrypoint?: string; }>; export declare function installCockpit(ctx: HandlerContext, args?: string[]): Promise; export declare const cockpitHandler: CommandHandler; //# sourceMappingURL=cockpit.d.ts.map