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