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