import { SavedGroupsValues } from "./types/growthbook"; import { ConditionInterface, TestedObj } from "./types/mongrule"; export declare function evalCondition(obj: TestedObj, condition: ConditionInterface, savedGroups?: SavedGroupsValues): boolean; //# sourceMappingURL=mongrule.d.ts.map