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