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