import type {ImmutableTree, NonEmptyImmutableTree} from './types'; export default function maxNode( tree: ImmutableTree, ): NonEmptyImmutableTree;