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