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