import type { IBaseFileSystem, IFileSystem } from "@file-services/types"; export declare function createNodeFs(): IFileSystem; export declare function createBaseNodeFs(): IBaseFileSystem; //# sourceMappingURL=node-fs.d.ts.map