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