import { ISystem, Path, FS } from "./interfaces"; export declare class System implements ISystem { path: Path; fs: FS; cwd: string; } //# sourceMappingURL=System.d.ts.map