import type { FieldInstance, FieldState, FNode, FormInstance, FormState } from '../interface'; declare class InstanceHelper { createInstance: (initState: Partial | FormState>, reducer?: (s: Partial | FormState>, data: D) => Partial | FormState>, formInstance?: FormInstance>, validParent?: FNode) => FormInstance> | FieldInstance>; merge: , S extends Record>(target: O, source: S) => O; filterState:

>(props: P, keys: (string | number)[]) => Record; } declare const _default: InstanceHelper; export default _default;