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