import { AnyIterable } from 'augmentative-iterable';
import { FunctionAnyMapper } from '../types-internal';
import { BasicIngredients } from './ingredients';
export declare function executeRecipe({ map, resolver }: BasicIngredients): <T>(this: AnyIterable<T>, action: FunctionAnyMapper<T>) => AnyIterable<any>;
