/** * Returns the hose code for a specific atom number * @param {import('openchemlib').Molecule} molecule * @param from * @param to * @param maxLength */ export function getHoseCodesForPath(molecule: import("openchemlib").Molecule, from: any, to: any, maxLength: any): { atoms: any[]; from: any; to: any; torsion: number | undefined; hoses: { sphere: number; oclID: any; }[]; length: number; }; //# sourceMappingURL=getHoseCodesForPath.d.ts.map