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