export declare type EachIterator<T> = (this: T, value: any, prop: string) => boolean | void;
