import type { Value, ValuesVariant } from "../-types"; export declare const sanitizeInputValues: (maxValue: number, values: Partial>) => { sanitizedMaxValue: number; sanitizedValues: Partial>; };