import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { Stateless } from '../common/BehaviourState'; import type { TransitioningConfig } from './TransitioningTypes'; declare const events: (transConfig: TransitioningConfig, transState: Stateless) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveTransitioning.d.ts.map