/**
 * Barrel export para módulo Infrastructure/Events
 * Dependency Inversion: Sistema de eventos como serviço
 */
export * from './VLibrasEvents';
export type { VLibrasEventPayload, VLibrasEventListener, VLibrasEventOptions } from '../../types/infrastructure.types';
//# sourceMappingURL=index.d.ts.map