import { ContextItem, AnySupport } from '../..';
import { TagJsVar } from '../../tagJsVars/tagJsVar.type';
import type { TagCounts } from '../TagCounts.type';
export declare function processUpdateSubscribe(newValue: unknown, tagJsVar: TagJsVar, contextItem: ContextItem, ownerSupport: AnySupport, counts: TagCounts): void;
