export default function trimNumberToFitWithin0ToAnotherNumber(numberToBeTrimmed: any, max: any): any;