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