import { AnyIterable } from 'augmentative-iterable'; import { BasicIngredients } from './ingredients'; import { AnyMapper } from '../types-internal'; export declare function waitAllRecipe({ forEach, resolver }: BasicIngredients): (this: AnyIterable, baseMapper: AnyMapper) => any;