export declare const has: <T>(value: T) => (set: Set<T>) => boolean;
