export function distinctMap(): { count(): number; values(): any[]; increment(v: any): void; decrement(v: any): void; forEach(fn: any): void; };