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