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