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