type ValidatorExtensionCanValidateFunction = (entry: FilePondEntry) => boolean | Promise<boolean>