export declare function createCommand(key: string, path?: string): string[]; export declare function jsonStrlen(this: T, key: string): Promise; export declare function jsonStrlen(this: T, key: string, path: string): Promise;