export declare const keys: <T>(set: Set<T>) => IterableIterator<T>;
