/** * !help command — Show available commands */ import type { PrefixCommand } from "./command-handler.js"; export declare const helpCommand: PrefixCommand; //# sourceMappingURL=help.d.ts.map