/** * https://simplestatistics.org/docs/#combinations */ declare function combinations( x: T, k: number ): T[] export default combinations;