import type { IncomingMessage, ServerResponse } from "http"; import type { PluginConfig, WebhookTarget } from "./types.js"; export declare function registerWechatMpWebhookTarget(target: WebhookTarget): () => void; export declare function handleWechatMpWebhookRequest(req: IncomingMessage, res: ServerResponse): Promise; export declare function collectWechatMpWebhookTargets(cfg: PluginConfig): WebhookTarget[]; //# sourceMappingURL=webhook.d.ts.map