export declare const tests: { "find returns the first item matching a predicate"(): Promise; "find throws when it can't find the given element"(): Promise; "find returns the default value if it can't find the given element"(): Promise; "find with no argument returns the first value that is truthy"(): Promise; "find iterator closing"(): Promise; };