import { Context } from 'koishi';
import { Config } from '..';
export declare function apply(ctx: Context, config: Config): void;
declare module 'koishi' {
    interface Events {
        'chatluna-character-card/load-all': () => Promise<void>;
    }
}
