/// import { PathLike } from 'fs'; export default class FSUtil { pathExists(path: PathLike): Promise; }