export declare class WebhookItem {
    id: string;
    url: string;
}
