import type { IWrapRotationEvent } from './types/rotationEvent.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createRotationEvent(data?: DeepPartial): IWrapRotationEvent; //# sourceMappingURL=rotationEvent.d.ts.map