export declare const shallowEqual: <T>(left: T, right: unknown) => boolean;
export default shallowEqual;
