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