/** * Converts Terabit (Tbit) to Petabyte (PB) * @param {number} terabit * @returns {number} */ export default function (terabit: number): number;