import { AnyMapper } from '../types-internal'; import { AnyIterable } from 'augmentative-iterable'; import { GroupIngredients } from './ingredients'; export declare function singleItem(_k: any, t: T): T[]; export declare function groupRecipe(ingredients: GroupIngredients): (this: AnyIterable, baseMapper: AnyMapper, baseTransformValue?: AnyMapper) => any;