export declare enum EItemsRule {
    INCLUDED_ONLY = "INCLUDED_ONLY",
    EXCLUDED_ALL = "EXCLUDED_ALL"
}
