/** * Runtime Info Command Handler * * Runtime environment discovery and tool catalog management. * Provides information about available tools, system resources, and runtime environment. * * @implements @.aiwg/architecture/decisions/ADR-001-unified-extension-system.md * @source @src/cli/router.ts * @issue #33 */ import type { CommandHandler } from './types.js'; /** * Runtime info command handler */ export declare const runtimeInfoHandler: CommandHandler; //# sourceMappingURL=runtime-info.d.ts.map