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