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