import { ParsedIngredient } from '../../types.js'; export declare const parseIngredientString: (ingrStr: string) => ParsedIngredient;