/**
 * Used to generate ids for object instances.
 */
export declare function getObjectKey(object: object): string;