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