export declare function combinationsAnyLength(setOrArray: Set | T[]): T[][]; export declare namespace combinationsAnyLength { var indexSubSequencesCache: Map; } //# sourceMappingURL=combinationsAnyLength.d.ts.map