import ACL_ from './acl'; import Cluster_ from './cluster'; import ParameterGroup_ from './parameterGroup'; import SubnetGroup_ from './subnetGroup'; import User_ from './user'; export declare namespace MemoryDB { const ACL: typeof ACL_; const Cluster: typeof Cluster_; const ParameterGroup: typeof ParameterGroup_; const SubnetGroup: typeof SubnetGroup_; const User: typeof User_; type ACL = ACL_; type Cluster = Cluster_; type ParameterGroup = ParameterGroup_; type SubnetGroup = SubnetGroup_; type User = User_; }