import type { Maybe } from "@thi.ng/api"; export interface MapLike { has(key: K): boolean; get(key: K): Maybe; set(key: K, val: V): any; } //# sourceMappingURL=api.d.ts.map