import { type ExportDeclaration, type ExportDeclarationStructure } from 'ts-morph'; export declare const editExports: (declarations: ExportDeclaration | ExportDeclaration[], editor: import("../utils").StructureEditor>) => void;