import * as v4 from './v4'; import * as v4beta1 from './v4beta1'; declare const CompanyServiceClient: typeof v4.CompanyServiceClient; type CompanyServiceClient = v4.CompanyServiceClient; declare const CompletionClient: typeof v4.CompletionClient; type CompletionClient = v4.CompletionClient; declare const EventServiceClient: typeof v4.EventServiceClient; type EventServiceClient = v4.EventServiceClient; declare const JobServiceClient: typeof v4.JobServiceClient; type JobServiceClient = v4.JobServiceClient; declare const TenantServiceClient: typeof v4.TenantServiceClient; type TenantServiceClient = v4.TenantServiceClient; export { v4, v4beta1, CompanyServiceClient, CompletionClient, EventServiceClient, JobServiceClient, TenantServiceClient }; declare const _default: { v4: typeof v4; v4beta1: typeof v4beta1; CompanyServiceClient: typeof v4.CompanyServiceClient; CompletionClient: typeof v4.CompletionClient; EventServiceClient: typeof v4.EventServiceClient; JobServiceClient: typeof v4.JobServiceClient; TenantServiceClient: typeof v4.TenantServiceClient; }; export default _default; import * as protos from '../protos/protos'; export { protos };