export class RuleExecution {
    /**
     *
     * @type {DynamicRuleDescription}
     */
    rule: DynamicRuleDescription;
    /**
     *
     * @type {Entity}
     */
    executor: Entity;
}
//# sourceMappingURL=RuleExecution.d.ts.map