import { Module } from "../core";
export interface ShallowFeatures {
    shallow?: boolean;
}
export declare const shallowEqual: <T>(a: T, b: T) => boolean;
export declare const Shallow: () => Module;
