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