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