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