export default function isExpectedValue(currentValue: string | Record, expectedValue: string | Record): boolean;