import * as $dara from '@darabonba/typescript'; export declare class CreateAlertContactResponseBody extends $dara.Model { /** * @remarks * The ID of the alert contact. * * @example * 102** */ contactId?: string; /** * @remarks * The ID of the request. * * @example * E9C9DA3D-10FE-472E-9EEF-2D0A3E41**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }