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