export declare function createCommand(key: string, field: string): string[]; export declare function hget(this: T, key: string, field: string): Promise;