export type HostPath_Type = "DirectoryOrCreate" | "Directory" | "FileOrCreate" | "File" | "Socket" | "CharDevice" | "BlockDevice"; //# sourceMappingURL=hostpath.d.ts.map