import { TFormValues } from '@core';
import { TEventInformation } from '@core/events';
export declare const handler: ({ form, field, }: Pick<TEventInformation<unknown>, 'form' | 'field'>) => TFormValues;
