import { Context, h } from 'koishi'; import { ChatLunaPlugin } from 'koishi-plugin-chatluna/services/chat'; import { Config } from '..'; export declare function apply(ctx: Context, config: Config, plugin: ChatLunaPlugin): Promise; export declare function elementToString(elements: h[]): string;