import Help from './commands/help.js';
export declare const commands: {
    help: typeof Help;
};
