import { AnyMapper } from '../types-internal'; import { MinMaxIngredients } from './ingredients'; export declare const maxRecipe: ({ filter, resolver, first, last }: MinMaxIngredients) => (this: any, baseMapper?: AnyMapper) => any; export declare const minRecipe: ({ filter, resolver, first, last }: MinMaxIngredients) => (this: any, baseMapper?: AnyMapper) => any;