declare const doesFileExists: (filePath: string) => boolean;
export default doesFileExists;
