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