import type * as T from "../types/index.js"; export declare const convertData: (fields: T.FieldConfig[], data: any) => any;