import types from './types'; declare function findLastIdx(arr: any[], predicate: types.AnyFn): number; export default findLastIdx;