export function defEquivMap<V>(
    obj: IObjectOf<V>,
    opts?: Partial<EquivMapOpts<string>>
): EquivMap<string, V>;