import * as grpc from 'grpc'; /** * * @param options * @param nextCall */ export declare const prometheusInterceptor: (options: grpc.CallOptions, nextCall: Function) => grpc.InterceptingCall;