import IApplyArrayFN from '../interface/IApplyArrayFN'; declare const applyArrayFn: ({ collection, fnName, iteratee, checkFromEnd, fromIndex, toIndex, equalyCompare, initialValue, }: IApplyArrayFN) => any; export default applyArrayFn;