/** @deprecated - This function is not useful anymore. Currently, only old pages in Predict use this function. Those instances will need to be removed. */ export function percentageString(percent: any, decimalScale: any, csvString: any): string; /** @deprecated - use `aggregateDataValues` instead */ export function aggregateDatapoints(data: any, propName: any): any; /** @deprecated - use `replaceDelimiter` instead */ export function replaceSymbol(text: any, joinOption: any, splitSymbol: any, keepCasing: any): any; /** @deprecated - use `sortByProperty` instead */ export function sortFilter(array: any, prop: any, bool: any): any;