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