// Copyright 2016 Marapongo, Inc. All rights reserved. export interface Cluster { name: string; }