export declare const generateHash: (str: string) => Promise<string>;
