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