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