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