export declare function shallowCompare(a: any, b: any): boolean;
export declare function assign(target: any, ...args: any[]): any;
/** Generates a unique id in the global scope (this spans across duplicate copies of the same library.) */
export declare function getId(prefix?: string): string;
