import type { HDSPRequest } from './HDSPRequest'; import type { PercentValue } from './PercentValue'; import type { VelocityAbsolute } from './VelocityAbsolute'; export declare type NextXPVA = (HDSPRequest & { position: PercentValue; velocity: VelocityAbsolute; });