export declare const tests: { "all without argument returns true if all values are truthy"(): Promise; "all returns true if predicate returns truthy for all items"(): Promise; "all vacuously true"(): Promise; "all iterator closing"(): Promise; };