declare function shallow<T>(valueA: T, valueB: T): boolean;

export { shallow };
