import { EventConfig } from './types/EventConfig'; export default class EventCreator { static createEvent(type: string, eventDetail?: Record): CustomEvent; }