export default function toObject(iterable: Iterable<[string, V]>): { [key: string]: V; };