export declare const isSubset: (superSet: any, subSet: any) => boolean;