import { types, NodePath } from '@babel/core'; export declare function ensureImport(t: typeof types, program: NodePath, importSpecifier: string, importSource: string): any;