import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { ReflectingConfig, ReflectingState } from './ReflectingTypes'; declare const events: (reflectingConfig: ReflectingConfig, reflectingState: ReflectingState) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveReflecting.d.ts.map