export declare function ddminReduce(params: { items: T[]; isFail: (items: T[]) => Promise; minSize?: number; }): Promise;