/** * @description Group reaction trees by product idCode * @param {Array} trees - Trees of reactions * @returns {Array} Array of products with their corresponding trees and reactions */ export function groupTreesByProducts(trees: any[]): any[]; //# sourceMappingURL=groupTreesByProducts.d.ts.map