import { Context } from 'koishi'; import { Config } from './config'; export * from './config'; export declare const reactive = true; export declare const name = "novelai"; export declare function apply(ctx: Context, config: Config): void;