import type { Field } from '..'; export declare const parse: (field: Field, id?: string) => { callback: (row: Row) => unknown; id: string; key: string | undefined; };