import type { SugarElement } from '../node/SugarElement'; declare const before: (marker: SugarElement, elements: SugarElement[]) => void; declare const after: (marker: SugarElement, elements: SugarElement[]) => void; declare const prepend: (parent: SugarElement, elements: SugarElement[]) => void; declare const append: (parent: SugarElement, elements: SugarElement[]) => void; export { before, after, prepend, append }; //# sourceMappingURL=InsertAll.d.ts.map