export type CommandHandler = (args: string[]) => Promise | void; export declare const commands: Record; export declare function help(): void;