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