import { BasePlugin } from '@opentelemetry/core'; import type * as grpcNapi from 'grpc'; import type * as grpcJs from '@grpc/grpc-js'; export declare const runTests: (plugin: BasePlugin, moduleName: string, grpc: typeof grpcNapi | typeof grpcJs, grpcPort: number) => void;