import { Entity } from '../core/entity/core.base.entity'; export declare class AppSystemXrefEntity extends Entity { systemId: string; appId: string; } //# sourceMappingURL=app.system.xref.entity.d.ts.map