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