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