import * as $dara from '@darabonba/typescript'; export declare class DeleteAlertContactRequest extends $dara.Model { /** * @remarks * The list of alert contact IDs. * * This parameter is required. */ contactIds?: number[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }