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