import { MbNode } from '../../utils/node.js'; import { PluginContext } from '../Plugin.js'; /** * Converts shorthand syntax to proper MarkBind syntax * @param content of the page */ declare const processNode: (_pluginContext: PluginContext, node: MbNode) => void; export { processNode, }; //# sourceMappingURL=markbind-plugin-shorthandSyntax.d.ts.map