import * as babel from '@babel/core'; import { Context, ParseMitosisOptions } from './types'; export declare const handleImportDeclaration: ({ options, path, context, }: { options: Partial; path: babel.NodePath; context: Context; }) => void;