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