export declare const version = "1.0.0"; export declare function addAttributes(node: HTMLElement, attributes: Record): void; export declare function findFirstAncestor(node: any, ancestorTag: any, ancestorAttributeName: any, ancestorAttibuteValue: any): void | ParentNode | null; export declare function loadBeforeHTML(node: any, newInnerHtml: any, beforeRegex: any): void; export declare function loadAfterHTML(node: any, newInnerHtml: any, afterRegex: any): void; export declare function loadBefore(beforeNode: any, nodeToAdd: any): void; export declare function loadAfter(afterNode: any, nodeToAdd: any): void; declare const _default: { version: string; addAttributes: typeof addAttributes; findFirstAncestor: typeof findFirstAncestor; loadBeforeHTML: typeof loadBeforeHTML; loadAfterHTML: typeof loadAfterHTML; loadBefore: typeof loadBefore; loadAfter: typeof loadAfter; }; export default _default; //# sourceMappingURL=nodeAPI.d.ts.map