/** * @see https://en.wikipedia.org/wiki/Power_set */ export declare function powerSet(set: Iterable): Set>; //# sourceMappingURL=powerSet.d.ts.map