import { Context, Schema } from 'koishi';
export interface Config {
}
export declare const name = "crazy-thursday";
export declare const schema: Schema<Config>;
export declare function apply(ctx: Context): void;
