export declare class WebHook { id: string; 'account-id': string; action: string; data: { changes?: string[]; }; 'resource-id': string; 'resource-type': string; 'account_id': string; 'resource_id': string; 'resource_type': string; }