import type { WebhookDeliveryData } from './WebhookDeliveryData';
export declare type WebhookDeliveryList = Array<WebhookDeliveryData>;
