import { Tracer } from '@opentelemetry/api'; import { RedisCommand, RedisPluginClientTypes } from './types'; export declare const getTracedCreateClient: (tracer: Tracer, original: Function) => (this: any) => any; export declare const getTracedCreateStreamTrace: (tracer: Tracer, original: Function) => (this: any) => any; export declare const getTracedInternalSendCommand: (tracer: Tracer, original: Function) => (this: RedisPluginClientTypes, cmd?: RedisCommand | undefined) => any;