import * as C from '@collectable/core'; import { RedBlackTreeStructure } from '../internals'; export declare function fromPairsWithStringKeys(pairs: [string, V][] | Iterable<[string, V]>, mutability?: C.PreferredContext): RedBlackTreeStructure;