import { Associative } from '@collectable/core'; import { RedBlackTreeStructure } from '../internals'; export declare function unwrap(tree: RedBlackTreeStructure, target: Associative): Associative;