import * as C from '@collectable/core'; import { ComparatorFn } from '@collectable/core'; import { RedBlackTreeStructure } from '../internals'; export declare function fromKeys(compare: ComparatorFn, keys: K[] | RedBlackTreeStructure | Iterable, mutability?: C.PreferredContext): RedBlackTreeStructure;