import { createElement } from './createElement';
import { deleteElement } from './deleteElement';
import { updateElement } from './updateElement';
import { insertElementText } from './insertElementText';
import { getElement } from './getElement';
import { getElementChildren } from './getElementChildren';
import { getElementEntry } from './getElementEntry';
import { getElementPath } from './getElementPath';
import { getParentElementPath } from './getParentElementPath';
import { isElementEmpty } from './isElementEmpty';
export declare const Elements: {
    createElement: typeof createElement;
    deleteElement: typeof deleteElement;
    updateElement: typeof updateElement;
    insertElementText: typeof insertElementText;
    getElement: typeof getElement;
    getElementChildren: typeof getElementChildren;
    getElementEntry: typeof getElementEntry;
    isElementEmpty: typeof isElementEmpty;
    getElementPath: typeof getElementPath;
    getParentElementPath: typeof getParentElementPath;
};
export type Elements = typeof Elements;
//# sourceMappingURL=index.d.ts.map