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