import IPSet_ from './IPSet';
import LoggingConfiguration_ from './LoggingConfiguration';
import RegexPatternSet_ from './RegexPatternSet';
import RuleGroup_ from './RuleGroup';
import WebACL_ from './WebACL';
import WebACLAssociation_ from './WebACLAssociation';
export declare namespace WAFv2 {
    const IPSet: typeof IPSet_;
    const LoggingConfiguration: typeof LoggingConfiguration_;
    const RegexPatternSet: typeof RegexPatternSet_;
    const RuleGroup: typeof RuleGroup_;
    const WebACL: typeof WebACL_;
    const WebACLAssociation: typeof WebACLAssociation_;
}
export default WAFv2;
