import { type Context } from 'kotori-bot';
export declare const lang: string[];
export declare function main(ctx: Context): void;
