import { TFormValues } from '../../index.js';
import { TEventInformation } from '../../events/index.js';
export declare const handler: ({ form, field: eventField }: Pick<TEventInformation, 'form' | 'field'>) => TFormValues;
