import type { Codec, Constructor, InterfaceTypes } from '../types'; import { CodecMap } from './Map'; export declare class BTreeMap extends CodecMap { static with(keyType: Constructor | keyof InterfaceTypes, valType: Constructor | keyof InterfaceTypes): Constructor>; }