import { AnyIterable } from 'augmentative-iterable'; import { ConcatIngredient, EmptyIngredient, Ingredient } from './ingredients'; export declare function repeatRecipe(map: Ingredient, concat: ConcatIngredient, empty: EmptyIngredient): (this: AnyIterable, n: number) => any;