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