import { Root, Element } from 'hast'; type GetNodeToInsertCallback = (foundNode: Element | null) => Element; export declare const hastUtilInsert: (tree: Root, selector: string, nodes: string | Element | Element[] | GetNodeToInsertCallback, action?: string) => Element | null; export {}; //# sourceMappingURL=hast-util-insert.d.ts.map