import { LibraryStatsBase } from '../../../generated/library/domain/value-object/library-stats.base'; interface LibraryStatsCreateProps { totalModels: number; totalFileSize: number; fileTypes: any; updateTime: Date; } export declare class LibraryStats extends LibraryStatsBase { private constructor(); static create(props: LibraryStatsCreateProps): LibraryStats; } export {}; //# sourceMappingURL=library-stats.vo.d.ts.map