import type { HAMPState } from './HAMPState'; import type { PercentValue } from './PercentValue'; export declare type HAMPResponse = { state: HAMPState; slideMax: PercentValue; slideMin: PercentValue; velocity?: PercentValue; };