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