export declare class HashStorage { url: string; constructor(url: string); hset(key: string, fieldValues: Record): Promise; hget(key: string, field: string): Promise; }