import { ComparerIngredient } from './ingredients';
import { AnyMapper } from '../types-internal';
export declare function sortByRecipe(sort: ComparerIngredient): <T>(this: Iterable<T>, ...props: AnyMapper<T>[]) => import("augmentative-iterable").AnyIterable<any>;
