import { type PropertyDeclaration, type PropertyDeclarationStructure } from 'ts-morph'; export declare const editProperties: (declarations: PropertyDeclaration | PropertyDeclaration[], editor: import("../utils").StructureEditor>) => void;