import type { ILightRotationEventContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapLightRotationEvent } from '../wrapper/types/lightRotationEvent.js'; /** * Schema serialization for v4 `Light Rotation Event`. */ export declare const lightRotationEvent: ISchemaContainer; //# sourceMappingURL=lightRotationEvent.d.ts.map