import type { FieldPath, FieldValues, FormStore, Maybe, RawFieldState, ResponseData } from '../types'; /** * Returns the RAW state of the field. * * @param form The form of the field. * @param name The name of the field. * * @returns The state of the field. */ export declare function getFieldState>(form: FormStore, name: TFieldName): Maybe>;