import type { MdxjsEsm } from 'mdast-util-mdx';
export declare function getASTNodeImport(name: string | Record<string, string | null>, from: string): MdxjsEsm;
