export declare const getCombinations: (sourceArray: T[], comboLength: number) => T[][];