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