/** * Converts Terabit (Tbit) to Gigabit (Gbit) * @param {number} terabit * @returns {number} */ export default function (terabit: number): number;