import type {ImmutableTree} from './types'; export default function reverseIterate( tree: ImmutableTree, start?: number, end?: number, ): Generator;