import { Response } from 'express';
import { Config, CrowdinClientRequest } from '../../../types';
import { Webhook } from '../types';
export declare function webhookHandler(config: Config, webhooks: Webhook[]): (req: import("express").Request | CrowdinClientRequest, res: Response, next: Function) => void;
