interface BiMapCreators implements BiMapFactoryimport { type BiMapCreators } from "https://deno.land/x/rimbu@0.13.5/bimap/custom/index.ts"; MethodscreateContext<UK, UV>(options?: { keyValueContext?: RMap.Context<UK>; valueKeyContext?: RMap.Context<UV>; }): BiMap.Context<UK, UV>Returns a new BiMap context instance based on the given options. defaultContext<UK, UV>(): BiMap.Context<UK, UV>Returns the default context for BiMaps.