import type { CommandJsonSetOptions, RespOK } from '../index.ts'; export declare function createCommand(key: string, path: string, value: string, options?: CommandJsonSetOptions): string[]; export declare function jsonSet(this: T, key: string, path: string, value: string, options?: CommandJsonSetOptions): Promise;