import { Context } from 'koishi'; import { GitHubBot } from './bot/bot'; import { Config } from './config'; /** * 注册 Webhook 路由 */ export declare function registerWebhookRouter(ctx: Context, bot: GitHubBot, config: Config): void;