import type { LayoutElement } from "../layoutElement.js"; /** * Converts the element to a EditSpecification * * @param expressions expression with associated key * @returns the generated EditSpecification */ export declare function applyEdits(layoutElement: LayoutElement): void; //# sourceMappingURL=edits.d.ts.map