/**
 * Calculates the hash code of a string.
 *
 * @param input - The string to calculate the hash code for.
 * @returns The hash code.
 */
export declare function calculateHashCode(input: string): number;
//# sourceMappingURL=utils.d.ts.map