export declare function properSuperset(...sets: Set[]): boolean; export declare function properSuperset(...sets: ReadonlySet[]): boolean;