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