import { AnySupport } from '../tag/index.js';
/** Function that kicks off actually putting tags down as HTML elements */
export declare function buildBeforeElement(support: AnySupport, appendTo?: Element, insertBefore?: Text): any;
