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