import type { RespLatencyEvent } from '../index.ts'; export declare function createCommand(events?: RespLatencyEvent[]): string[]; export declare function latencyReset(this: T, events?: RespLatencyEvent[]): Promise;