import { AnySupport } from '../index.js';
import { TemplateValue } from '../TemplateValue.type.js';
import { ContextItem } from '../ContextItem.type.js';
export declare function checkStillSubscription(newValue: TemplateValue, contextItem: ContextItem, ownerSupport: AnySupport): 0 | 99;
