import { allTypes } from "../types/enums/type";
export declare function isSoftMatch<T>(val1: allTypes<T>, val2: allTypes<T>): boolean;
export default isSoftMatch;
