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