export interface CheckWithinSteppedBoundsResult { isOk: boolean; remainder?: number; }