export declare const Filter: {
    exclude: <T>(arr: Set<T> | T[]) => (v: T) => boolean;
};
