export declare const computeInputValue: (values: number | undefined | (number | undefined)[], inputThreshold?: number) => number;
