import { existsSync, watch as fsWatch, mkdirSync, readFileSync, watchFile, writeFileSync } from 'node:fs'; import * as fs from 'node:fs'; export declare function exists(path: string): boolean; export { existsSync, fsWatch, mkdirSync, readFileSync, watchFile, writeFileSync, fs };