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