export declare const tests: { "findIndex returns the first index of a given item"(): Promise; "findIndex throws an error if no item is found"(): Promise; "findIndex with no argument returns the first index for which the value is truthy"(): Promise; "findIndex returns the default value if not found"(): Promise; "findIndex iterator closing"(): Promise; };