import * as $dara from '@darabonba/typescript'; export declare class DeleteEventBridgeIntegrationResponseBody extends $dara.Model { /** * @remarks * Indicates whether the EventBridge integration is deleted. * * * `true` * * `false` * * @example * true */ isSuccess?: boolean; /** * @remarks * The request ID. * * @example * 2B289756-E791-5842-BCBD-AD414C****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }