import type { FieldInstance, FieldState, FPath, QueryFieldInstanceOptions } from '../../interface'; declare const useFieldInstance: (fPath?: FPath, options?: QueryFieldInstanceOptions) => FieldInstance>; export default useFieldInstance;