import type { MountPluginDescriptor } from "./MountPluginDescriptor.js"; export type NativeRootFilesystemConfig = { plugin: MountPluginDescriptor; readOnly: boolean; };