import type { AlloyComponent } from '../api/component/ComponentApi'; import type { EventFormat, SimulatedEvent } from '../events/SimulatedEvent'; declare const isSource: (component: AlloyComponent, simulatedEvent: SimulatedEvent) => boolean; export { isSource }; //# sourceMappingURL=EventRoot.d.ts.map