export declare const useConditionSetRuleApi: () => { listSetRules: () => Promise; deleteSetRule: (rule: any) => Promise; };