import { type FormOperation, type FormOperationMethods, type HandlerDefinition } from '../types'; export declare const executeCustomOperationHandlers: (operation: FormOperation, methods: FormOperationMethods, customHandlers?: HandlerDefinition[]) => void;