import { Context } from 'koishi'; import { ChatLunaPlugin } from 'koishi-plugin-chatluna/services/chat'; import { Config } from '..'; export declare function apply(_ctx: Context, config: Config, plugin: ChatLunaPlugin): Promise;