import { TEventInformation } from '@core/events';
export declare const handler: ({ field, data: { event } }: TEventInformation<unknown>) => {
    parsedEventValue: any;
    metadata: any;
    isDeletingValue: boolean;
};
