import { MTConfig } from './index';
/**
 * 注册命令处理函数
 */
export declare function registerModPlatformCommands(mcmod: any, config: MTConfig): void;
