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