export type RootFilesystemEntryKind = "file" | "directory" | "symlink";