import type { PluginConfig } from '../types'; type Ctx = any; export declare function registerFactCheckTool(ctx: Ctx, config: PluginConfig): void; export {};