import { Context } from 'koishi';
import { Config } from './types';
export declare function registerCommands(ctx: Context, config: Config): void;
