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