/**
 * Check if argument is Set
 * @param arg
 * @returns {boolean}
 */
export declare function isSet(arg: unknown): arg is Set<any>;
