export declare const shallowEqualStringMap: (map1: { [k: string]: unknown; } | undefined, map2: { [k: string]: unknown; } | undefined) => boolean;