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