import { Context } from "../imports/Context"; export declare class RulesAPI { constructor(cx: Context, args: any[], ctorObj: Function, inNewExpr: boolean); getActiveRulesCount(): string; getBacklogTrend( tableName: string, ruleTypes: Array, periodType: string, numOfPeriods: number ): string; getRule(tableName: string, ruleType: string, ruleId: string): string; getRules(tableName: string, ruleTypes: Array): string; }