import App_ from './app'; import ElasticLoadBalancerAttachment_ from './elasticLoadBalancerAttachment'; import Instance_ from './instance'; import UserProfile_ from './userProfile'; import Volume_ from './volume'; import Layer_ from './layer'; import Stack_ from './stack'; export declare namespace OpsWorks { const App: typeof App_; const ElasticLoadBalancerAttachment: typeof ElasticLoadBalancerAttachment_; const Instance: typeof Instance_; const UserProfile: typeof UserProfile_; const Volume: typeof Volume_; const Layer: typeof Layer_; const Stack: typeof Stack_; type App = App_; type ElasticLoadBalancerAttachment = ElasticLoadBalancerAttachment_; type Instance = Instance_; type UserProfile = UserProfile_; type Volume = Volume_; type Layer = Layer_; type Stack = Stack_; }