export default cleanupWindowsPath; /** * @param {string} path * @return {string} */ declare function cleanupWindowsPath(path: string): string;