functionfs.promises.existsfunction exists(path: PathLike): Promise<boolean>;Referenced typestype PathLike =| string| NodeJS.TypedArray| ArrayBufferLike| URL