import { InjectionToken } from '@angular/core';
/**
 * Specific GrpcClientSettings for EntityTypes.
 * Use it only if your default settings are not set or the service requires other settings.
 */
export declare const GRPC_ENTITY_TYPES_CLIENT_SETTINGS: InjectionToken<any>;
