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