/**
 * NOTE: copied from @lskjs utils
 */
declare const hashCode: (s: string | number) => number;

export { hashCode as default, hashCode };
