export interface EventData {
    name?: string;
    type?: string;
}
//# sourceMappingURL=types.d.ts.map