import { ServiceConnection } from '@cloudgraph/sdk';
import { RawAwsWafV2WebAcl } from './data';
declare const _default: ({ service: waf, data, region, }: {
    account: string;
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: RawAwsWafV2WebAcl;
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * WAF
 */
export default _default;
