import type { RespHashField } from '../index.ts'; export declare function createCommand(key: string, count?: number, withvalues?: boolean): string[]; export declare function hrandfield(this: T, key: string, count?: number, withvalues?: boolean): Promise;