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