import * as $dara from '@darabonba/typescript'; export declare class CreateWebhookResponseBody extends $dara.Model { /** * @remarks * The ID of the contact for webhook alerts. * * @example * 48716 */ contactId?: string; /** * @remarks * The ID of the request. * * @example * 16AF921B-8187-489F-9913-43C808B4**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }