export declare function find(set: Set, predicate: (element: T) => boolean): T | undefined; //# sourceMappingURL=find.d.ts.map