export default numericifyVersion; /** * @param {string} version * @returns {number} */ declare function numericifyVersion(version: string): number;