export declare function quickSort<T>(arr: Array<T>, key?: keyof T): Array<T>;
