import { CallOptions, GrpcClientMetadata } from '../interfaces/index.js'; export { Metadata as GrpcMetadata } from 'nice-grpc'; export * from './grpcService.js'; export * from './grpcClient.js'; export * from './schemaReflection/index.js'; export * from './dynamicClient.js'; export * from './grpcExecutor.js'; export declare function clientCallOptions(grpcMetadata: GrpcClientMetadata): CallOptions;