import type { ISchemaContainer } from '../shared/types/schema.js'; import type { ILightRotationEventBox } from './types/lightRotationEventBox.js'; import type { IWrapLightRotationEventBox } from '../wrapper/types/lightRotationEventBox.js'; /** * Schema serialization for v3 `Light Rotation Event Box`. */ export declare const lightRotationEventBox: ISchemaContainer; //# sourceMappingURL=lightRotationEventBox.d.ts.map