export = WebhookValidator; declare class WebhookValidator { static responseTimeSummary(): any; static fetchDeliverySummary(): any; static getDeliveryDetailInsights(): any; static fetchDeliveryTs(): any; static fetchReportFilters(): any; static downloadDeliveryReport(): any; static cancelReportDownload(): any; static getHistoricalReports(): any; static getInvalidEventList(): any; static fetchSubscribers(): any; static updateSubscriber(): any; static validateFilterConfiguration(): any; static validateReducerConfiguration(): any; static saveFilterReducerConfiguration(): any; }