import { BigtableInstanceAdminClient } from './v2'; /** * Service for creating, configuring, and deleting Cloud Bigtable Instances and * Clusters. Provides access to the Instance and Cluster schemas only, not the * tables' metadata or data stored in those tables. * * While users may create an instance of this class using the standard GAPIC * constructor parameters, it's recommended to obtain one by way of the * Bigtable.getInstanceAdminClient() method so that authentication and configuration * are all handled uniformly. * * @class * @memberof admin */ export declare class InstanceAdminClient extends BigtableInstanceAdminClient { }