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