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