import { type Context, Tsu } from 'kotori-bot';
export declare const lang: string[];
export declare const inject: string[];
export declare const config: any;
type Config = Tsu.infer<typeof config>;
export declare function main(ctx: Context, config: Config): void;
export {};