import { type MethodDeclaration } from 'ts-morph'; export declare const removeMethods: (declarations: MethodDeclaration | MethodDeclaration[]) => void;