export declare type ObjectIterator<T> = (value: any, prop?: string, obj?: T) => any;
