import { FormInstance } from 'antd';
import { InternalNamePath, NamePath } from 'antd/lib/form/interface';
import { FormHelpers } from '../definitions';
export declare const normalizeFieldName: (name: NamePath) => InternalNamePath;
export declare const dottedFieldName: (name: InternalNamePath) => string;
export declare const getFormHelpers: (form: FormInstance) => FormHelpers;
export declare const mergeNamePath: (...namePaths: (NamePath | undefined)[]) => NamePath;
export default getFormHelpers;
//# sourceMappingURL=form.d.ts.map