import { AnyMapper } from '../types-internal'; import { AnyIterable } from 'augmentative-iterable'; import { BasicReduceIngredients } from './ingredients'; export declare function joinRecipe({ reduce, resolver }: BasicReduceIngredients): (this: AnyIterable, separator: string, baseMapper?: AnyMapper) => any;