@interface TIAnalyticsUtil : NSObject + (BOOL)isInteger:(id)a0; + (BOOL)isString:(id)a0; + (id)indexesForValidRatiosInArray:(id)a0; + (id)constrainInteger:(id)a0 toMinimum:(id)a1 andMaximum:(id)a2; + (BOOL)isBoolean:(id)a0; + (id)roundNumber:(id)a0 toSignificantDigits:(id)a1; + (id)bucketPercentageWithValue:(double)a0; + (BOOL)isStylizedString:(id)a0 equalToString:(id)a1; + (int)computeCommonExtentForArrays:(id)a0; + (id)bucketRatioWithNumber:(id)a0 bucketCount:(int)a1; + (id)bucketNumber:(id)a0 bucketThresholds:(id)a1 bucketValues:(id)a2; + (id)roundCount:(id)a0 toSignificantDigits:(long long)a1; + (id)toFloat:(id)a0; + (BOOL)isFloat:(id)a0; + (id)toInteger:(id)a0; + (id)createStringByReplacingStylizedQuotesToStraightQuotes:(id)a0; + (BOOL)isNumber:(id)a0; + (id)bucketRatioWithValue:(double)a0 bucketCount:(int)a1; + (BOOL)isDictionary:(id)a0; + (id)bucketPercentageWithNumerator:(id)a0 andDenominator:(id)a1; + (BOOL)hasNonWhitespaceNonPunctuationText:(id)a0; + (id)bucketRatioWithNumerator:(id)a0 andDenominator:(id)a1 bucketCount:(int)a2; + (BOOL)isReportableClientId:(id)a0; + (BOOL)isArray:(id)a0; + (id)bucketPercentageWithNumber:(id)a0; @end