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