/** * Type that may hold either a {@link ReactiveNodeClient} or a {@link ReactiveWebClient}. * Both types generated by the protoc plugin must be supplied for type inference. */ export declare type ReactiveClient = import('../node/reactify_client').ReactiveNodeClient | import('../web/reactify_client').ReactiveWebClient;