/** * Generates a 32-bit integer hash from a string * @param str - The string to hash * @returns A 32-bit integer hash */ export declare function hashString(str: string): number; //# sourceMappingURL=utils.d.ts.map