import * as $dara from '@darabonba/typescript'; export declare class DeleteIntegrationsRequest extends $dara.Model { /** * @remarks * The ID of the alert integration. * * This parameter is required. * * @example * 1234 */ integrationId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }