import { type InteractiveElementInstance } from '@myparcel/vue-form-builder'; import { type FormOperation, type HandlerDefinition } from '../types'; export declare const buildAfterUpdate: (operations: FormOperation[], prefix: string, customHandlers?: HandlerDefinition[]) => (instance: InteractiveElementInstance) => void;