exportdeclarefunctionshallowCompare(a: any, b: any): boolean;
exportdeclarefunctionassign(target: any, ...args: any[]): any;
/** Generates a unique id in the global scope (this spans across duplicate copies of the same library.) */exportdeclarefunctiongetId(prefix?: string): string;