/** @codex-xmi-package-id 7381f449-5f0b-5b2f-9092-590d19723fab */ /** * Elrest eDesign Runtime IPC Typescript Model Filesystem * * @copyright 2024 Elrest AutomationsSysteme GMBH */ import { Directory } from './Directory'; import { Entry } from './Entry'; import { EntryType } from './EntryType'; import { File } from './File'; /** @codex-xmi-id 59482f22-a8ec-5ce7-a5bb-455b3806d856 */ export declare const DIRECTORY_SEPARATOR = "\\"; export { Directory, Entry, EntryType, File, };