import type {ImmutableTree} from './types'; export default function fromDistinctAscArray( array: ReadonlyArray, ): ImmutableTree;