export declare const tests: { "any without argument returns true if a value is truthy"(): Promise; "any returns true if the predicate returns true for all of the values"(): Promise; "any vacuously false"(): Promise; "any iterator closing"(): Promise; };