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