import { Entity } from '../core/entity/core.base.entity'; import { EnvironmentKind } from '../enum/environment.kind'; export declare class FlowEntity extends Entity { folderId: string; name: string; context: any; outputSchema: any; inputSchema: any; steps: any; options: any; aliasId: string; environmentKind: EnvironmentKind; } //# sourceMappingURL=flow.entity.d.ts.map