import { Context } from 'koishi';
import { Config, usage } from './config';
import type { Config as PluginConfig } from './types';
export declare const name = "qq-markdown-button";
export declare const reusable = true;
export declare const inject: {
    optional: string[];
};
export { Config, usage };
export declare function apply(ctx: Context, config: PluginConfig): void;
