import * as Events from '@core/events';
export declare const handler: ({ field }: Pick<Events.TEventInformation<unknown>, 'field'>) => void;
