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