export declare function selectorPredicate(selector: string[]): (key: string) => boolean;
