export declare type predicate<T> = (target: T) => boolean;
