import type { HDSPTimeRequest } from './HDSPTimeRequest'; import type { PercentValue } from './PercentValue'; export declare type NextXPT = (HDSPTimeRequest & { position: PercentValue; });