declare function simpleStringHash(payload: string): string;

export { simpleStringHash };
