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