import { TModificationEvents, Transform, TransformActionHandler } from '../EventTypeDefs'; /** * Wrap an action handler with firing an event if the action is performed * @param {Function} actionHandler the function to wrap * @return {Function} a function with an action handler signature */ export declare const wrapWithFireEvent: (eventName: TModificationEvents, actionHandler: TransformActionHandler) => TransformActionHandler; //# sourceMappingURL=wrapWithFireEvent.d.ts.map