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