export declare class MultiMap { private map; add(key: K, value: V): void; get(key: K): readonly V[]; } //# sourceMappingURL=multimap.d.ts.map