/**
 * Returns the first element in the set
 * @param set
 */
export declare function getFirst<T>(set: Set<T>): T | undefined;
//# sourceMappingURL=set-util.d.ts.map