export declare function powerset<T>(arr: T[]): T[][];
//# sourceMappingURL=combinations.d.ts.map