declare export function bubbleSort(arr: Array, comparator?: any): Array;