import * as $dara from '@darabonba/typescript'; import { StartAlertResponseBody } from "./StartAlertResponseBody"; export declare class StartAlertResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: StartAlertResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }