type ObjectWithRequiredProperty = T & { isRequired: boolean; }; export declare function getAllBoolCombinations>(arr: ObjectWithRequiredProperty[]): ObjectWithRequiredProperty[][]; export {}; //# sourceMappingURL=getAllBoolCombinations.d.ts.map