export declare const isSet: (data: unknown) => data is Set; export declare const isSets: (data: unknown) => data is Set[];