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