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