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