export declare function osFs(): typeof import("fs/promises");
export declare function osFsSync(): typeof import("fs");
export declare function osPath(): typeof import("path");
