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