import type { RespMemoryUsage } from '../index.ts'; export declare function createCommand(key: string, samples?: number): string[]; export declare function memoryUsage(this: T, key: string, samples?: number): Promise;