import type { MetricsServicesRegistryInterface } from '@tramvai/tokens-metrics'; export declare const SERVICE_NAME_HEADER = "x-tramvai-service-name"; declare class MetricsServicesRegistry implements MetricsServicesRegistryInterface { private registryPrefixTree; registerEnv(env: any): void; register(url: any, serviceName: any): void; getServiceName(url: string, options?: Record): any; } export { MetricsServicesRegistry }; //# sourceMappingURL=MetricsServicesRegistry.d.ts.map