import type { formStoreValueType } from '../../types'; export default function required(field: string, store: formStoreValueType): formStoreValueType;