/**
* @packageDocumentation
*
* The `@rimbu/bimultimap` package provides BiMultiMap implementations.
*
* See the [Rimbu docs BiMultiMap page](https://rimbu.org/docs/collections/bimultimap) for more information.
*/
export * from './interface/generic/index.mjs';
export * from './interface/hashed/index.mjs';
export * from './interface/sorted/index.mjs';