import { Context, Schema } from 'koishi';
export declare const name = "rryth-test";
export declare function apply(ctx: Context, config: Config): void;
export interface Config {
censor?: boolean;
batch?: number;
}
export declare const Config: Schema<Config>;