export declare class WebhookConfigUpdateAttributes { 'contact-email'?: string; enabled?: boolean; 'shared-secret'?: string; url?: string; }