import App_ from './App';
import ElasticLoadBalancerAttachment_ from './ElasticLoadBalancerAttachment';
import Instance_ from './Instance';
import Layer_ from './Layer';
import Stack_ from './Stack';
import UserProfile_ from './UserProfile';
import Volume_ from './Volume';
export declare namespace OpsWorks {
    const App: typeof App_;
    const ElasticLoadBalancerAttachment: typeof ElasticLoadBalancerAttachment_;
    const Instance: typeof Instance_;
    const Layer: typeof Layer_;
    const Stack: typeof Stack_;
    const UserProfile: typeof UserProfile_;
    const Volume: typeof Volume_;
}
export default OpsWorks;
