/** * Help CLI Command definition */ import type { Command } from '../types.js'; export declare const helpCommand: Command; //# sourceMappingURL=help.d.ts.map