export interface Size { sizeInBytes: number; humaneSize: string; } //# sourceMappingURL=SizeUtil.d.ts.map