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