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