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