import type { ParsedOptions } from '@kui-shell/core'; export { default as VFS, DirEntry } from './VFS'; export interface ParallelismOptions extends ParsedOptions { /** Parallelism */ P: number; /** Memory per task */ m: string; memory: string; }