//#region common/spyEvents/SpyEvent.d.ts
interface SpyEvent {
  spyEventType: string;
}
//#endregion
export { SpyEvent };
//# sourceMappingURL=SpyEvent.d.mts.map