import { AnySupport } from '../AnySupport.type.js';
/** used when a tag swaps content returned */
export declare function softDestroySupport(lastSupport: AnySupport): void;
