import { SupportContextItem } from '../SupportContextItem.type.js';
import { SupportTagGlobal } from '../getTemplaterResult.function.js';
/** Only used in TagSupport */
export declare function getNewGlobal(contextItem: SupportContextItem): SupportTagGlobal;
