import { AnyIterable } from 'augmentative-iterable';
import { AnyMapper } from '../types-internal';
import { DistinctIngredients } from './ingredients';
export declare function distinctByRecipe(ingredients: DistinctIngredients): <T>(this: AnyIterable<T>, ...baseMappers: Array<AnyMapper<T>>) => any;
