import { readFile, unlink } from "node:fs/promises";
export declare function exists(path: string): Promise<boolean>;
export { readFile, unlink };
