declare const fsExists: (pathLike: string) => Promise<boolean>;
export default fsExists;
