import { ImportDeclaration, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileImportDeclarationReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;