import Server_ from './server'; export declare namespace OpsWorksCM { const Server: typeof Server_; type Server = Server_; }