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