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