export default function (array: any[], callbackfn: (previousValue: any, currentValue: any, currentIndex: number, array: any[]) => Promise<any>, initialValue: any): Promise<any>;
