import { AnyIterable } from 'augmentative-iterable'; import { AnyMapper } from '../types-internal'; export declare function augmentIterableRecipe(augmentIterable: Function, clone?: boolean): (this: AnyIterable, action: AnyMapper) => AnyIterable;