/// /// import fs from 'fs'; import { FakeFS } from '../FakeFS'; import { NativePath } from '../path'; export declare function patchFs(patchedFs: typeof fs, fakeFs: FakeFS): void; export declare function extendFs(realFs: typeof fs, fakeFs: FakeFS): typeof fs;