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