import { TSchema } from '../../index.js';
import { TEventInformation } from '../../events/index.js';
export declare const handler: ({ form, formEventDirectives }: Pick<TEventInformation, 'form' | 'formEventDirectives'>) => void;
export declare const events: (schema: TSchema) => string[];
