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