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