import { IByteUnit } from './interfaces';
declare const ByteUnit: IByteUnit;
export default ByteUnit;
