export interface ShallowObject { [key: string]: any; } export default function isShallowEqual(paramA: ShallowObject, paramB: ShallowObject): boolean;