import { AnyIterable } from 'augmentative-iterable';
import { UnwindIngredients } from './ingredients';
export declare function unwindRecipe({ resolver, flatten, map, combineJoin, toObject, symbols, }: UnwindIngredients): (this: AnyIterable<any>, ...keys: string[]) => any;
