import RateBasedRule_ from './rateBasedRule'; import SqlInjectionMatchSet_ from './sqlInjectionMatchSet'; import GeoMatchSet_ from './geoMatchSet'; import RegexPatternSet_ from './regexPatternSet'; import WebACLAssociation_ from './webAclAssociation'; import WebACL_ from './webAcl'; import IPSet_ from './ipSet'; import SizeConstraintSet_ from './sizeConstraintSet'; import XssMatchSet_ from './xssMatchSet'; import ByteMatchSet_ from './byteMatchSet'; import Rule_ from './rule'; export declare namespace WAFRegional { const RateBasedRule: typeof RateBasedRule_; const SqlInjectionMatchSet: typeof SqlInjectionMatchSet_; const GeoMatchSet: typeof GeoMatchSet_; const RegexPatternSet: typeof RegexPatternSet_; const WebACLAssociation: typeof WebACLAssociation_; const WebACL: typeof WebACL_; const IPSet: typeof IPSet_; const SizeConstraintSet: typeof SizeConstraintSet_; const XssMatchSet: typeof XssMatchSet_; const ByteMatchSet: typeof ByteMatchSet_; const Rule: typeof Rule_; type RateBasedRule = RateBasedRule_; type SqlInjectionMatchSet = SqlInjectionMatchSet_; type GeoMatchSet = GeoMatchSet_; type RegexPatternSet = RegexPatternSet_; type WebACLAssociation = WebACLAssociation_; type WebACL = WebACL_; type IPSet = IPSet_; type SizeConstraintSet = SizeConstraintSet_; type XssMatchSet = XssMatchSet_; type ByteMatchSet = ByteMatchSet_; type Rule = Rule_; }