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