import type { Node, CreateNodeArgs } from "gatsby"; import { PluginTypeOptions } from "./gatsby-node.js"; export declare const createMdxFileNode: (nodeData: Node & Record, typeConfig: PluginTypeOptions, args: CreateNodeArgs>) => Promise; //# sourceMappingURL=createMdxNode.d.ts.map