import type { GenericParent } from 'myst-common';
import type { ISession } from '../session/types.js';
/**
 * This is the {mdast} directive, that loads from disk
 * For example, tables that can't be represented in markdown.
 */
export declare function importMdastFromJson(session: ISession, filename: string, mdast: GenericParent): void;
//# sourceMappingURL=mdast.d.ts.map