import ApiDestination_ from './apiDestination'; import Archive_ from './archive'; import Connection_ from './connection'; import Endpoint_ from './endpoint'; import EventBus_ from './eventBus'; import EventBusPolicy_ from './eventBusPolicy'; import Rule_ from './rule'; export declare namespace Events { const ApiDestination: typeof ApiDestination_; const Archive: typeof Archive_; const Connection: typeof Connection_; const Endpoint: typeof Endpoint_; const EventBus: typeof EventBus_; const EventBusPolicy: typeof EventBusPolicy_; const Rule: typeof Rule_; type ApiDestination = ApiDestination_; type Archive = Archive_; type Connection = Connection_; type Endpoint = Endpoint_; type EventBus = EventBus_; type EventBusPolicy = EventBusPolicy_; type Rule = Rule_; }