import type { CommandModule } from "./types.js"; export declare function findRegisteredCommand(name: string | undefined): CommandModule | undefined; export declare function registeredCommandHelpLines(): string[];