import { SupportTagGlobal } from './getTemplaterResult.function.js';
import { AnySupport } from './AnySupport.type.js';
export declare function runBeforeDestroy(support: AnySupport, global: SupportTagGlobal): void;
