/**
 * Number of bytes in a single Kilobyte
 * @type {number}
 * @example
 *  100 * KILOBYTE // 100 Kb
 */
export const KILOBYTE: number;
//# sourceMappingURL=KILOBYTE.d.ts.map