export declare const tests: { "subSequences emits all subSequences of length n"(): void; "subSequences throws error when sequence is too short"(): void; "subSequences emits nothing given a subSequence too large and allowShorter=true"(): void; "subSequences iterator closing"(): void; };