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