export declare const setEvent: (formId: string, path: string) => string;
export declare const resetEvent: (formId: string) => string;
export declare const submitEvent: (formId: string) => string;
