import { type EmptyObject } from '@xylabs/sdk-js'; declare class XyBaseEvent { private name; constructor(name: string); send(fields: T, eventId?: string): Promise; } export { XyBaseEvent }; //# sourceMappingURL=BaseEvent.d.ts.map