/** * Help command definitions for CLI */ import type { CommandAdapter } from '../command-adapter.interface.js'; /** * Configure help command */ export declare function configureHelpCommand(program: CommandAdapter): void; //# sourceMappingURL=help.d.ts.map