import type { RespSlowLogEntry } from '../index.ts'; export declare function createCommand(count?: number): string[]; export declare function slowlogGet(this: T, count?: number): Promise;