export declare const exists: (path: import("fs").PathLike, mode?: number | undefined) => Promise<boolean>;
