/**
 * given an object, this function randomly generates an ID and returns it. this
 * result is then saved in a WeakMap so subsequent requests for the same object
 * will receive the same ID
 */
export declare function assignId(obj: object): string;
//# sourceMappingURL=assignId.d.ts.map