import type { Maybe } from './Maybe'; import type { ReadOnlyObjMap, ReadOnlyObjMapLike } from './ObjMap'; export declare function toObjMap( obj: Maybe>, ): ReadOnlyObjMap;