import type { AntdFormUtils } from '../useAntdTable/types'; import type { Field } from './types'; export declare const fieldAdapter: (field: Field) => AntdFormUtils; export declare const resultAdapter: (result: any) => any;