import fs from "node:fs"; export declare const existsSync: typeof fs.existsSync; export declare const readFileSync: typeof fs.readFileSync; export declare const statSync: typeof fs.statSync; export declare const realpathSync: typeof fs.realpathSync;