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