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