export declare const tests: { "firstN returns an array of the first N elements"(): Promise; "firstN with count too short throws an error"(): Promise; "firstN with count too short can be supressed by passing true"(): Promise; "firstN iterator closing"(): Promise; };