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