import { Guard } from "../types";
export declare function isSet<T>(guard: Guard<T>): Guard<Set<T>>;
//# sourceMappingURL=isSet.d.ts.map