import type { ImportDeclaration } from '@swc/core';
export declare const changeImportFromString: (e: ImportDeclaration, v: string) => void;
