import type * as Memcached from 'memcached'; import { Attributes } from '@opentelemetry/api'; export declare const getPeerAttributes: (client: any, server: string | undefined, query: Memcached.CommandData) => Attributes; //# sourceMappingURL=utils.d.ts.map