export declare function createCommand(key: string, ...fields: string[]): string[]; export declare function hdel(this: T, key: string, ...fields: string[]): Promise;