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