/** * slope help [command] - Show human help, full registry, or command details. */ export declare function helpCommand(args: string[]): Promise; export declare function printDefaultHelp(): void; export declare function printAllCommandHelp(): void; //# sourceMappingURL=help.d.ts.map