import type { ISpawnRotationContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapRotationEvent } from '../wrapper/types/rotationEvent.js'; /** * Schema serialization for v4 `Rotation Event`. * * @deprecated removed as of 1.39, convert to `r` in object lane */ export declare const rotationEvent: ISchemaContainer; //# sourceMappingURL=rotationEvent.d.ts.map