export declare const tests: { "pairWise returns pairs of values from the sequence"(): Promise; "pairWise throws error on sequence of insufficient length"(): Promise; "pairWise doesn't throw error on sequence of insufficient length if allowShorter is true"(): Promise; "pairWise iterator closing"(): Promise; };