import { Comparer } from '../types/base'; import { BasicIngredients } from './ingredients'; export declare function sortRecipe({ toArray, resolver, iterate }: BasicIngredients): (this: Iterable, comparer?: Comparer) => any;