export declare class RuleContainerExecutionResponse { pass: boolean; notes: Array; name: string; ruleCount: number; groupCount: number; }