export declare class Objects { static hash(...args: any[]): number; static hashCode(obj: any): number; }