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