import type { DbStatementSerializer, RedisInstrumentation } from '@opentelemetry/instrumentation-redis'; import { StartTracingOptions } from '../tracing'; export declare const redisCommandIncludedDbStatementSerializer: DbStatementSerializer; export declare function configureRedisInstrumentation(instrumentation: RedisInstrumentation, _options: StartTracingOptions): void; //# sourceMappingURL=redis.d.ts.map