/**
 * Removes a symlink
 */
export default function unsymlink(path: string): any;
