import { NodePath, types as t } from '@babel/core'; export declare const ensureThemeImport: (path: NodePath, types: typeof t) => void;