/** * Hash function. * * @param itemList The items to be hashed. * @return The hash code. */ export declare function hash(...itemList: any[]): number; //# sourceMappingURL=hash.d.ts.map