import { Context } from 'koishi';
import type { PluginLogger } from './logger';
export declare const TEMPLATE_SCHEMA_KEY = "qq-markdown-button.templates";
export declare const SEND_SEQUENCE_SCHEMA_KEY = "qq-markdown-button.send-sequence";
export declare function setupTemplateCatalog(ctx: Context, baseDir: string, logger: PluginLogger): () => void;
