import type { WebhookDataBase } from './WebhookDataBase';
export declare type WebhookData = (WebhookDataBase & {
    /**
     * The id of the webhook
     */
    id?: string;
});
