import type { Maybe } from "./Maybe.js"; import type { ReadOnlyObjMap, ReadOnlyObjMapLike, ReadOnlyObjMapSymbolLike, ReadOnlyObjMapWithSymbol } from "./ObjMap.js"; /** @internal */ export declare function toObjMap(obj: Maybe>): ReadOnlyObjMap; /** @internal */ export declare function toObjMapWithSymbols(obj: Maybe>): ReadOnlyObjMapWithSymbol;