import { PreferredContext } from '@collectable/core'; import { RedBlackTreeStructure } from '../internals'; export declare function emptyWithStringKeys(mutability?: PreferredContext): RedBlackTreeStructure;