/**
 * Checks if the given input is a valid Set
 */
declare const isSet: (set: any) => boolean;
export default isSet;
