export interface EmptyIdentifierFn { (constraintFnParams: { args: Args; fieldValue: any; fieldName: string; path: string; }): boolean; }