import { HttpTransport } from '../_http'; import { PartnerApp, WebhookDelivery, WebhookDeliveryListParams, WebhookDeliveryListResponse, UpdateWebhookStatusRequest, SetWebhookFilterRequest } from '../../models'; export declare function getWebhookDeliveries(http: HttpTransport, params?: WebhookDeliveryListParams): Promise; export declare function getWebhookDelivery(http: HttpTransport, deliveryId: string): Promise; export declare function retryWebhookDelivery(http: HttpTransport, deliveryId: string): Promise<{ message: string; retry_scheduled: boolean; }>; export declare function updateWebhookStatus(http: HttpTransport, data: UpdateWebhookStatusRequest): Promise; export declare function setWebhookFilter(http: HttpTransport, data: SetWebhookFilterRequest): Promise; export declare function removeWebhookFilter(http: HttpTransport): Promise; //# sourceMappingURL=webhooks.d.ts.map