import { AnyIterable } from 'augmentative-iterable'; import { BasicReduceIngredients } from './ingredients'; import { AnyMapper } from '../types-internal'; export declare function sumRecipe({ reduce, resolver }: BasicReduceIngredients): (this: AnyIterable, mapper?: AnyMapper) => any;