import { HexString } from '../types/hex-string';
export declare const generateHash: <T extends object>(params: T) => Promise<HexString>;
