import { Entity } from '../core/entity/core.base.entity'; import { EnvironmentKind } from '../enum/environment.kind'; import { FlowEntity } from './flow.entity'; export declare class FlowSystemXrefEntity extends Entity { flowId: string; systemId: string; flow: FlowEntity; aliasId: string; environmentKind: EnvironmentKind; } //# sourceMappingURL=flow.system.xref.entity.d.ts.map