import { ObjectCache } from '@sanjo/cache'; export declare function nOutOf(n: number, set: Iterable): Set>; export declare namespace nOutOf { var indexSubSequencesCache: ObjectCache; } export declare function getNextSubSequenceElementStartValue(subSequence: number[]): number; //# sourceMappingURL=nOutOf.d.ts.map