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