import * as $dara from '@darabonba/typescript'; export declare class DeleteAlertContactResponseBodyResult extends $dara.Model { status?: boolean; msg?: string; contactId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteAlertContactResponseBody extends $dara.Model { result?: DeleteAlertContactResponseBodyResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteAlertContactResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DeleteAlertContactResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }