import { Entity } from '../core/entity/core.base.entity'; import { SystemVersionEntity } from './system.version.entity'; export declare class SystemEntity extends Entity { name: string; title: string; theme: any; accountId: string; personId: string; ownerId: string; domains: any[]; domain: any; systemVersion: SystemVersionEntity; } //# sourceMappingURL=system.entity.d.ts.map