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