import type { McpServerType } from '../types.js'; /** CloudEvent resource attributes shared by every `mcpServer` telemetry event. */ export declare function serverAttributes(serverType: McpServerType): { id: "docs"; object: 'mcpServer'; uri: string; }; //# sourceMappingURL=telemetry-attributes.d.ts.map