export function create(): Set<any>;
export function toArray<T>(set: Set<T>): T[];
//# sourceMappingURL=set.d.ts.map