import * as $dara from '@darabonba/typescript'; export declare class StartAlertResponseBody extends $dara.Model { /** * @remarks * The response message. * * @example * success */ msg?: string; /** * @remarks * The status. * * @example * true */ status?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }