import { Entity } from '../core/entity/core.base.entity'; import { EnvironmentKind } from '../enum/environment.kind'; export declare class FolderEntity extends Entity { systemId: string; parentFolderId: string; aliasId: string; environmentKind: EnvironmentKind; name: string; kind: number; options: any; parentFolder: FolderEntity; } //# sourceMappingURL=folder.entity.d.ts.map