import { RespJsonType } from '../index.ts'; export declare function createCommand(key: string, path?: string): string[]; export declare function jsonType(this: T, key: string): Promise; export declare function jsonType(this: T, key: string, path: string): Promise;