/** * Help Command Handler * * Displays comprehensive CLI help information. * * @implements @.aiwg/architecture/decisions/ADR-001-unified-extension-system.md * @source @src/cli/router.ts * @issue #33 */ import type { CommandHandler } from './types.js'; /** * Help command handler */ export declare const helpHandler: CommandHandler; //# sourceMappingURL=help.d.ts.map