export default class StringHelper { private static diacriticsMap; static replaceUmlaut(input: string): string; static sortList(list: Object[], property: string): Object[]; static sortListByProperties(list: Object[], properties: string[]): Object[]; private static compareByProperty; }