import type { ExtractCommandsType } from './types'; import type { Domain } from '../domain'; import type { coreDomain } from '../domain/default'; /** * The help command is used to show the user all of the available commands and their respective descriptions. * * You can also use to show */ export declare function help(domains: Domain[], keywordArgs: ExtractCommandsType['keywordArgs']): void; //# sourceMappingURL=help.d.ts.map