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