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