/** * @description * Compare the value returned by the method, with the value expected. * This is the test validator for all valid parameter values. * * @export * @param {string} dataTypeOfArgumentSupplied * @param {string} dataTypeOfValueShouldBe * @param {*} [getDataTypeFromValue] */ export default function (dataTypeOfArgumentSupplied: string, dataTypeOfValueShouldBe: string, getDataTypeFromValue?: any): void;