/**
 * Shallow compare of two objects
 * @returns boolean - true if objects are the same false if difference
 */
export declare const shallowEqual: <T extends Record<string, unknown>>(a: Partial<T>, b: Partial<T>) => boolean;
//# sourceMappingURL=shallow-equal.d.ts.map