/** * Shared telemetry utilities. */ /** * Get the service name, respecting the OTEL_SERVICE_NAME environment variable. * * @returns The service name from OTEL_SERVICE_NAME or the default 'strands-agents' */ export declare function getServiceName(): string; //# sourceMappingURL=utils.d.ts.map