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