export type TPickElementFromSetFunction = (set: Set, predicate: (element: T) => boolean) => T; //# sourceMappingURL=pick-element-from-set-function.d.ts.map