import ParameterGroup_ from './parameterGroup'; import Cluster_ from './cluster'; import SubnetGroup_ from './subnetGroup'; export declare namespace DAX { const ParameterGroup: typeof ParameterGroup_; const Cluster: typeof Cluster_; const SubnetGroup: typeof SubnetGroup_; type ParameterGroup = ParameterGroup_; type Cluster = Cluster_; type SubnetGroup = SubnetGroup_; }