export interface DefaultWithFn { (constraintFnParams: { args: Args; fieldValue: any; fieldName: string; path: string; context: any; }): Val; }