import type { WebhookData } from './WebhookData';
export declare type WebhookDataList = Array<WebhookData>;
