import { Network } from '@concordium/wallet-connectors'; import { ConcordiumGRPCClient } from '@concordium/web-sdk'; /** * React hook that obtains a gRPC Web client for interacting with a node on the appropriate network. */ export declare function useGrpcClient({ grpcOpts }: Network): ConcordiumGRPCClient | undefined; //# sourceMappingURL=useGrpcClient.d.ts.map