export declare function createCommand(key: string, ...fields: string[]): string[]; export declare function hmget(this: T, key: string, ...fields: string[]): Promise<(string | null)[]>;