declare global {
    namespace NodeJS {
        interface Global {
            _fsWrapper: typeof import("fs");
            _actualFsWrapper: typeof import("fs");
        }
    }
}
export {};
