declare const isFileExist: (path: string) => Promise; export { isFileExist };