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