export * from './read-file.js'; export * from './write-file.js'; export * from './read-json.js'; export * from './write-json.js'; export * from './make-file.js'; import { existsSync as existsSync_ } from 'node:fs'; import { unlink as unlink_ } from 'node:fs/promises'; export declare const resolve: (...paths: string[]) => string; export declare const existsSync: typeof existsSync_; export declare const unlink: typeof unlink_; //# sourceMappingURL=main.d.ts.map