import { ActionUpdate } from '../../../types/action-update'; /** * Apply updates using the already-resolved target refs. * * @param updates - Array of updates to apply. */ export declare function applyUpdates(updates: ActionUpdate[]): Promise;