import { Context } from 'koishi';
import { MTConfig } from './index';
/**
 * 注册命令
 */
export declare function registerInfoCommands(ctx: Context, parent: any, config: MTConfig): NodeJS.Timeout | undefined;
