declare global { interface Number { /** * The corresponding size represented in terabytes. * * @example * ```typescript * (2).terabytes; // => 2199023255552 * ``` */ readonly terabytes: number; } } export {}; //# sourceMappingURL=terabytes.d.ts.map