import type { IAddCustomEvent } from './types'; import { Event } from './Event'; export declare class AddCustomEvent extends Event { constructor({ event_type, event_value, item_id, event_properties, }: IAddCustomEvent); } //# sourceMappingURL=AddCustomEvent.d.ts.map