import * as $dara from '@darabonba/typescript'; export declare class DeleteEventBridgeIntegrationRequest extends $dara.Model { /** * @remarks * Required. The ID of the EventBridge notification integration. You can call the **ListEventBridgeIntegrations** operation to query the ID. * * This parameter is required. * * @example * 123 */ id?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }