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