export declare const isSet: (candidate: unknown) => candidate is Set<unknown>;
