import { ISession } from '../../session/ISession.js'; import { IEventFactory } from './IEventFactory.js'; import { IVCREvent } from './contracts/IVCREvent.js'; export declare class EventFactory implements IEventFactory { private session; private bridge; constructor(session: ISession); createEvent(eventName: string, details: T): IVCREvent; setCommonFields(event: IVCREvent): void; } //# sourceMappingURL=eventFactory.d.ts.map