/** * @description Trim the tree of reactions to keep only the paths to the product * @param {string} idCode - idCode of the product * @param {object} tree - Tree of reactions * @param {Array} reactions - Array of rxnCode of reactions */ export function trimTree(idCode: string, tree: object, reactions: any[]): void; //# sourceMappingURL=trimTree.d.ts.map