import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { Stateless } from '../common/BehaviourState'; import type { InvalidatingConfig } from './InvalidateTypes'; declare const events: (invalidConfig: InvalidatingConfig, invalidState: Stateless) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveInvalidate.d.ts.map