import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { RepresentingConfig, RepresentingState } from './RepresentingTypes'; declare const events: (repConfig: RepresentingConfig, repState: RepresentingState) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveRepresenting.d.ts.map