/** * Assuming array's elements are objects, looks at the values * @param array * @param property * @param locale */ export declare function sortAlphabetically(array: Array, property: string, locale: string): void;