import { Metadata } from '@grpc/grpc-js';
export declare abstract class ServiceProvider {
    protected abstract get callMetadata(): Metadata;
}
