export declare const $HAMPResponse: { readonly properties: { readonly state: { readonly type: "HAMPState"; readonly isRequired: true; }; readonly slideMax: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly slideMin: { readonly type: "PercentValue"; readonly isRequired: true; }; readonly velocity: { readonly type: "PercentValue"; }; }; };