import { FormApi } from 'final-form'; export declare const fieldValueIs: (fieldName: string, expectedValue: any, formApi: FormApi) => boolean;