import { namedExport } from "../../types"; export declare function getImportedNameFromExportedName(statement: namedExport, exportedName: string): string;