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