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