import { SupportTagGlobal } from './getTemplaterResult.function.js';
/** sets global.deleted on support and all children */
export declare function smartRemoveKids(global: SupportTagGlobal, allPromises: Promise<any>[]): void;
