import * as v1 from './v1';
declare const ServiceManagerClient: typeof v1.ServiceManagerClient;
type ServiceManagerClient = v1.ServiceManagerClient;
export { v1, ServiceManagerClient };
declare const _default: {
    v1: typeof v1;
    ServiceManagerClient: typeof v1.ServiceManagerClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };
